#C47077

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

Shades of Charm #C47077

Tints of Charm #C47077

Color information

#C47077 (or 0xC47077) is unknown color: approx Charm. HEX triplet: C4, 70 and 77. RGB value is (196,112,119). Sum of RGB (Red+Green+Blue) = 196+112+119=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C47077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47077 is #3B8F88. Grayscale: #898989. Windows color (decimal): -3903369 or 7827652. OLE color: 7827652.

HSL color Cylindrical-coordinate representation of color #C47077: hue angle of 355º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C47077 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB196112119-
CMYK00.430.390.23
HSL355º41.58%60.39%-
HSV(B)355º42.86%76.86%-
XYZ31.8924.6620.53-
YUV137.91117.33169.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.90%
GREEN value IS 112 (44.14% from 255) = 26.23%
BLUE value IS 119 (46.88% from 255) = 27.87%
R=45.90%
G=26.23%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611211900.430.390.2335541.5860.39
HexC4707702B27171632a3c
Octal30416016705347275435274
Binary1100010011100001110111010101110011110111101100011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47077; }

 p { color: rgb(196,112,119); }

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

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

 a { background-color: rgb(196,112,119); }

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

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

 span { border-color: rgb(196,112,119); }

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