#C87978

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

Shades of Contessa #C87978

Tints of Contessa #C87978

Color information

#C87978 (or 0xC87978) is unknown color: approx Contessa. HEX triplet: C8, 79 and 78. RGB value is (200,121,120). Sum of RGB (Red+Green+Blue) = 200+121+120=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C87978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87978 is #378687. Grayscale: #909090. Windows color (decimal): -3638920 or 7895496. OLE color: 7895496.

HSL color Cylindrical-coordinate representation of color #C87978: hue angle of 0.75º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C87978 is Cyan = 0, Magento = 0.39, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB200121120-
CMYK00.390.40.22
HSL0.75º42.11%62.75%-
HSV(B)0.75º40%78.43%-
XYZ34.0527.3121.25-
YUV144.51114.17167.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.35%
GREEN value IS 121 (47.66% from 255) = 27.44%
BLUE value IS 120 (47.27% 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.22
SystemRedGreenBlueCMYKHSL
Decimal20012112000.390.40.220.7542.1162.75
HexC87978027281612a3f
Octal310171170047502615277
Binary11001000111100111110000100111101000101101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87978; }

 p { color: rgb(200,121,120); }

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

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

 a { background-color: rgb(200,121,120); }

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

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

 span { border-color: rgb(200,121,120); }

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