#C97766

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

Shades of Contessa #C97766

Tints of Contessa #C97766

Color information

#C97766 (or 0xC97766) is unknown color: approx Contessa. HEX triplet: C9, 77 and 66. RGB value is (201,119,102). Sum of RGB (Red+Green+Blue) = 201+119+102=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C97766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97766 is #368899. Grayscale: #8D8D8D. Windows color (decimal): -3573914 or 6715337. OLE color: 6715337.

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

Color convert

RGB201119102-
CMYK00.410.490.21
HSL10.3º47.83%59.41%-
HSV(B)10.3º49.25%78.82%-
XYZ33.0826.5715.96-
YUV141.58105.67170.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.63%
GREEN value IS 119 (46.88% from 255) = 28.20%
BLUE value IS 102 (40.23% from 255) = 24.17%
R=47.63%
G=28.20%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111910200.410.490.2110.347.8359.41
HexC977660293115a303b
Octal3111671460516125126073
Binary11001001111011111001100101001110001101011010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97766; }

 p { color: rgb(201,119,102); }

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

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

 a { background-color: rgb(201,119,102); }

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

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

 span { border-color: rgb(201,119,102); }

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