#C2738A

Color #C2738A Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #C2738A

Tints of Charm #C2738A

Color information

#C2738A (or 0xC2738A) is unknown color: approx Charm. HEX triplet: C2, 73 and 8A. RGB value is (194,115,138). Sum of RGB (Red+Green+Blue) = 194+115+138=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2738A is #3D8C75. Grayscale: #8D8D8D. Windows color (decimal): -4033654 or 9073602. OLE color: 9073602.

HSL color Cylindrical-coordinate representation of color #C2738A: hue angle of 342.53º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2738A is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB194115138-
CMYK00.410.290.24
HSL342.53º39.3%60.59%-
HSV(B)342.53º40.72%76.08%-
XYZ32.9725.5727.24-
YUV141.24126.17165.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 43.40%
GREEN value IS 115 (45.31% from 255) = 25.73%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=43.40%
G=25.73%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411513800.410.290.24342.5339.360.59
HexC2738A0291D18157273d
Octal30216321205135305274775
Binary1100001011100111000101001010011110111000101010111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2738A; }

 p { color: rgb(194,115,138); }

 H1.HeaderClassName
 {
   color: #C2738A;
 }
 .AnyTagClassName
 {
   color: #C2738A;
 }
</style>
background-color css

<style>
 a { background-color: #C2738A; }

 a { background-color: rgb(194,115,138); }

 div.DivClassName
 {
   background-color: #C2738A;
 }
 .BgClassName
 {
   background-color: #C2738A;
 }
</style>
border-color css

<style>
 span { border-color: #C2738A; }

 span { border-color: rgb(194,115,138); }

 td.TdClassName
 {
   border-color: #C2738A;
 }
 .TagClassName
 {
   border-color: #C2738A;
 }
</style>