#CE706A

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

Shades of Contessa #CE706A

Tints of Contessa #CE706A

Color information

#CE706A (or 0xCE706A) is unknown color: approx Contessa. HEX triplet: CE, 70 and 6A. RGB value is (206,112,106). Sum of RGB (Red+Green+Blue) = 206+112+106=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE706A is #318F95. Grayscale: #8B8B8B. Windows color (decimal): -3248022 or 6975694. OLE color: 6975694.

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

Color convert

RGB206112106-
CMYK00.460.490.19
HSL3.6º50.51%61.18%-
HSV(B)3.6º48.54%80.78%-
XYZ33.8525.7516.82-
YUV139.42109.14175.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.58%
GREEN value IS 112 (44.14% from 255) = 26.42%
BLUE value IS 106 (41.80% from 255) = 25%
R=48.58%
G=26.42%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611210600.460.490.193.650.5161.18
HexCE706A02E31134333d
Octal316160152056612346375
Binary1100111011100001101010010111011000110011100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE706A; }

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

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

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

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

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

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

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

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