#CE7670

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

Shades of Contessa #CE7670

Tints of Contessa #CE7670

Color information

#CE7670 (or 0xCE7670) is unknown color: approx Contessa. HEX triplet: CE, 76 and 70. RGB value is (206,118,112). Sum of RGB (Red+Green+Blue) = 206+118+112=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7670 is #31898F. Grayscale: #8F8F8F. Windows color (decimal): -3246480 or 7370446. OLE color: 7370446.

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

Color convert

RGB206118112-
CMYK00.430.460.19
HSL3.83º48.96%62.35%-
HSV(B)3.83º45.63%80.78%-
XYZ34.8627.2518.75-
YUV143.63110.15172.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.25%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=47.25%
G=27.06%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611811200.430.460.193.8348.9662.35
HexCE767002B2E134313e
Octal316166160053562346176
Binary1100111011101101110000010101110111010011100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7670; }

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

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

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

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

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

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

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

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