#C87670

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

Shades of Contessa #C87670

Tints of Contessa #C87670

Color information

#C87670 (or 0xC87670) is unknown color: approx Contessa. HEX triplet: C8, 76 and 70. RGB value is (200,118,112). Sum of RGB (Red+Green+Blue) = 200+118+112=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C87670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87670 is #37898F. Grayscale: #8D8D8D. Windows color (decimal): -3639696 or 7370440. OLE color: 7370440.

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

Color convert

RGB200118112-
CMYK00.410.440.22
HSL4.09º44.44%61.18%-
HSV(B)4.09º44%78.43%-
XYZ33.2226.4118.68-
YUV141.83111.17169.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.51%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 112 (44.14% from 255) = 26.05%
R=46.51%
G=27.44%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011811200.410.440.224.0944.4461.18
HexC876700292C1642c3d
Octal310166160051542645475
Binary1100100011101101110000010100110110010110100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87670; }

 p { color: rgb(200,118,112); }

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

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

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

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

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

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

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