#C37676

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

Shades of Contessa #C37676

Tints of Contessa #C37676

Color information

#C37676 (or 0xC37676) is unknown color: approx Contessa. HEX triplet: C3, 76 and 76. RGB value is (195,118,118). Sum of RGB (Red+Green+Blue) = 195+118+118=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C37676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37676 is #3C8989. Grayscale: #8D8D8D. Windows color (decimal): -3967370 or 7763651. OLE color: 7763651.

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

Color convert

RGB195118118-
CMYK00.390.390.24
HSL39.09%61.37%-
HSV(B)39.49%76.47%-
XYZ32.2525.8720.43-
YUV141.02115.01166.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=45.24%
G=27.38%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511811800.390.390.24039.0961.37
HexC3767602727180273d
Octal303166166047473004775
Binary11000011111011011101100100111100111110000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37676; }

 p { color: rgb(195,118,118); }

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

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

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

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

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

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

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