#C47A76

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

Shades of Contessa #C47A76

Tints of Contessa #C47A76

Color information

#C47A76 (or 0xC47A76) is unknown color: approx Contessa. HEX triplet: C4, 7A and 76. RGB value is (196,122,118). Sum of RGB (Red+Green+Blue) = 196+122+118=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A76 is #3B8589. Grayscale: #8F8F8F. Windows color (decimal): -3900810 or 7764676. OLE color: 7764676.

HSL color Cylindrical-coordinate representation of color #C47A76: hue angle of 3.08º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47A76 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB196122118-
CMYK00.380.400.23
HSL3.08º39.8%61.57%-
HSV(B)3.08º39.8%76.86%-
XYZ32.9926.9620.6-
YUV143.67113.52165.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.95%
GREEN value IS 122 (48.05% from 255) = 27.98%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=44.95%
G=27.98%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612211800.380.400.233.0839.861.57
HexC47A7602628173283e
Octal304172166046502735076
Binary110001001111010111011001001101010001011111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47A76; }

 p { color: rgb(196,122,118); }

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

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

 a { background-color: rgb(196,122,118); }

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

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

 span { border-color: rgb(196,122,118); }

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