#C37675

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

Shades of Contessa #C37675

Tints of Contessa #C37675

Color information

#C37675 (or 0xC37675) is unknown color: approx Contessa. HEX triplet: C3, 76 and 75. RGB value is (195,118,117). Sum of RGB (Red+Green+Blue) = 195+118+117=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C37675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37675 is #3C898A. Grayscale: #8C8C8C. Windows color (decimal): -3967371 or 7698115. OLE color: 7698115.

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

Color convert

RGB195118117-
CMYK00.390.40.24
HSL0.77º39.39%61.18%-
HSV(B)0.77º40%76.47%-
XYZ32.1925.8420.12-
YUV140.91114.51166.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.35%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 117 (46.09% from 255) = 27.21%
R=45.35%
G=27.44%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511811700.390.40.240.7739.3961.18
HexC3767502728181273d
Octal303166165047503014775
Binary11000011111011011101010100111101000110001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37675; }

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

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

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

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

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

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

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

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