#C87171

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

Shades of Contessa #C87171

Tints of Contessa #C87171

Color information

#C87171 (or 0xC87171) is unknown color: approx Contessa. HEX triplet: C8, 71 and 71. RGB value is (200,113,113). Sum of RGB (Red+Green+Blue) = 200+113+113=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C87171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87171 is #378E8E. Grayscale: #8B8B8B. Windows color (decimal): -3640975 or 7434696. OLE color: 7434696.

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

Color convert

RGB200113113-
CMYK00.440.440.22
HSL44.16%61.37%-
HSV(B)43.5%78.43%-
XYZ32.7125.2818.78-
YUV139.01113.32171.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.95%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 113 (44.53% from 255) = 26.53%
R=46.95%
G=26.53%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011311300.440.440.22044.1661.37
HexC8717102C2C1602c3d
Octal310161161054542605475
Binary11001000111000111100010101100101100101100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87171; }

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

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

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

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

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

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

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

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