#C87471

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

Shades of Contessa #C87471

Tints of Contessa #C87471

Color information

#C87471 (or 0xC87471) is unknown color: approx Contessa. HEX triplet: C8, 74 and 71. RGB value is (200,116,113). Sum of RGB (Red+Green+Blue) = 200+116+113=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C87471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87471 is #378B8E. Grayscale: #8C8C8C. Windows color (decimal): -3640207 or 7435464. OLE color: 7435464.

HSL color Cylindrical-coordinate representation of color #C87471: hue angle of 2.07º 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 #C87471 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB200116113-
CMYK00.420.440.22
HSL2.07º44.16%61.37%-
HSV(B)2.07º43.5%78.43%-
XYZ33.0525.9618.89-
YUV140.77112.33170.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 116 (45.70% from 255) = 27.04%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=46.62%
G=27.04%
B=26.34%

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
Decimal20011611300.420.440.222.0744.1661.37
HexC8747102A2C1622c3d
Octal310164161052542625475
Binary110010001110100111000101010101011001011010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87471; }

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

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

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

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

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

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

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

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