#C97868

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

Shades of Contessa #C97868

Tints of Contessa #C97868

Color information

#C97868 (or 0xC97868) is unknown color: approx Contessa. HEX triplet: C9, 78 and 68. RGB value is (201,120,104). Sum of RGB (Red+Green+Blue) = 201+120+104=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C97868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97868 is #368797. Grayscale: #8E8E8E. Windows color (decimal): -3573656 or 6846665. OLE color: 6846665.

HSL color Cylindrical-coordinate representation of color #C97868: hue angle of 9.9º 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 #C97868 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB201120104-
CMYK00.400.480.21
HSL9.9º47.32%59.8%-
HSV(B)9.9º48.26%78.82%-
XYZ33.326.8516.52-
YUV142.39106.34169.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.29%
GREEN value IS 120 (47.27% from 255) = 28.24%
BLUE value IS 104 (41.02% from 255) = 24.47%
R=47.29%
G=28.24%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112010400.400.480.219.947.3259.8
HexC978680283015a2f3c
Octal3111701500506025125774
Binary11001001111100011010000101000110000101011010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97868; }

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

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

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

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

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

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

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

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