#C87B77

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

Shades of Contessa #C87B77

Tints of Contessa #C87B77

Color information

#C87B77 (or 0xC87B77) is unknown color: approx Contessa. HEX triplet: C8, 7B and 77. RGB value is (200,123,119). Sum of RGB (Red+Green+Blue) = 200+123+119=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87B77 is #378488. Grayscale: #919191. Windows color (decimal): -3638409 or 7830472. OLE color: 7830472.

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

Color convert

RGB200123119-
CMYK00.380.400.22
HSL2.96º42.41%62.55%-
HSV(B)2.96º40.5%78.43%-
XYZ34.2327.7821.01-
YUV145.57113.01166.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.25%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 119 (46.88% from 255) = 26.92%
R=45.25%
G=27.83%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012311900.380.400.222.9642.4162.55
HexC87B77026281632a3f
Octal310173167046502635277
Binary110010001111011111011101001101010001011011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87B77; }

 p { color: rgb(200,123,119); }

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

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

 a { background-color: rgb(200,123,119); }

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

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

 span { border-color: rgb(200,123,119); }

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