#CE7870

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

Shades of Contessa #CE7870

Tints of Contessa #CE7870

Color information

#CE7870 (or 0xCE7870) is unknown color: approx Contessa. HEX triplet: CE, 78 and 70. RGB value is (206,120,112). Sum of RGB (Red+Green+Blue) = 206+120+112=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7870 is #31878F. Grayscale: #909090. Windows color (decimal): -3245968 or 7370958. OLE color: 7370958.

HSL color Cylindrical-coordinate representation of color #CE7870: hue angle of 5.11º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE7870 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB206120112-
CMYK00.420.460.19
HSL5.11º48.96%62.35%-
HSV(B)5.11º45.63%80.78%-
XYZ35.0927.7218.83-
YUV144.8109.49171.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.03%
GREEN value IS 120 (47.27% from 255) = 27.40%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=47.03%
G=27.40%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612011200.420.460.195.1148.9662.35
HexCE787002A2E135313e
Octal316170160052562356176
Binary1100111011110001110000010101010111010011101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7870; }

 p { color: rgb(206,120,112); }

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

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

 a { background-color: rgb(206,120,112); }

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

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

 span { border-color: rgb(206,120,112); }

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