#CE706C

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

Shades of Contessa #CE706C

Tints of Contessa #CE706C

Color information

#CE706C (or 0xCE706C) is unknown color: approx Contessa. HEX triplet: CE, 70 and 6C. RGB value is (206,112,108). Sum of RGB (Red+Green+Blue) = 206+112+108=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE706C is #318F93. Grayscale: #8B8B8B. Windows color (decimal): -3248020 or 7106766. OLE color: 7106766.

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

Color convert

RGB206112108-
CMYK00.460.480.19
HSL2.45º50%61.57%-
HSV(B)2.45º47.57%80.78%-
XYZ33.9525.7917.38-
YUV139.65110.14175.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.36%
GREEN value IS 112 (44.14% from 255) = 26.29%
BLUE value IS 108 (42.58% from 255) = 25.35%
R=48.36%
G=26.29%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611210800.460.480.192.455061.57
HexCE706C02E30132323e
Octal316160154056602326276
Binary110011101110000110110001011101100001001110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE706C; }

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

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

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

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

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

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

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

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