#C97675

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

Shades of Contessa #C97675

Tints of Contessa #C97675

Color information

#C97675 (or 0xC97675) is unknown color: approx Contessa. HEX triplet: C9, 76 and 75. RGB value is (201,118,117). Sum of RGB (Red+Green+Blue) = 201+118+117=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C97675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97675 is #36898A. Grayscale: #8E8E8E. Windows color (decimal): -3574155 or 7698121. OLE color: 7698121.

HSL color Cylindrical-coordinate representation of color #C97675: hue angle of 0.71º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97675 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB201118117-
CMYK00.410.420.21
HSL0.71º43.75%62.35%-
HSV(B)0.71º41.79%78.82%-
XYZ33.7826.6620.2-
YUV142.7113.5169.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.10%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=46.10%
G=27.06%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111811700.410.420.210.7143.7562.35
HexC976750292A1512c3e
Octal311166165051522515476
Binary11001001111011011101010101001101010101011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97675; }

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

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

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

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

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

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

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

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