#c97668

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

Shades of Contessa #C97668

Tints of Contessa #C97668

Color information

#C97668 (or 0xC97668) is unknown color: approx Contessa. HEX triplet: C9, 76 and 68. RGB value is (201,118,104). Sum of RGB (Red+Green+Blue) = 201+118+104=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C97668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97668 is #368997. Grayscale: #8D8D8D. Windows color (decimal): -3574168 or 6846153. OLE color: 6846153.

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

Color convert

RGB201118104-
CMYK00.410.480.21
HSL8.66º47.32%59.8%-
HSV(B)8.66º48.26%78.82%-
XYZ33.0626.3716.44-
YUV141.22107170.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.52%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 104 (41.02% from 255) = 24.59%
R=47.52%
G=27.90%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111810400.410.480.218.6647.3259.8
HexC97668029301592f3c
Octal3111661500516025115774
Binary11001001111011011010000101001110000101011001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c97668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c97668; }

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

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

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

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

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

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

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

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