#C87371

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

Shades of Contessa #C87371

Tints of Contessa #C87371

Color information

#C87371 (or 0xC87371) is unknown color: approx Contessa. HEX triplet: C8, 73 and 71. RGB value is (200,115,113). Sum of RGB (Red+Green+Blue) = 200+115+113=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C87371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87371 is #378C8E. Grayscale: #8C8C8C. Windows color (decimal): -3640463 or 7435208. OLE color: 7435208.

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

Color convert

RGB200115113-
CMYK00.420.440.22
HSL1.38º44.16%61.37%-
HSV(B)1.38º43.5%78.43%-
XYZ32.9325.7318.85-
YUV140.19112.66170.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.73%
GREEN value IS 115 (45.31% from 255) = 26.87%
BLUE value IS 113 (44.53% from 255) = 26.40%
R=46.73%
G=26.87%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011511300.420.440.221.3844.1661.37
HexC8737102A2C1612c3d
Octal310163161052542615475
Binary11001000111001111100010101010101100101101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87371; }

 p { color: rgb(200,115,113); }

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

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

 a { background-color: rgb(200,115,113); }

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

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

 span { border-color: rgb(200,115,113); }

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