#CE796F

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

Shades of Contessa #CE796F

Tints of Contessa #CE796F

Color information

#CE796F (or 0xCE796F) is unknown color: approx Contessa. HEX triplet: CE, 79 and 6F. RGB value is (206,121,111). Sum of RGB (Red+Green+Blue) = 206+121+111=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE796F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE796F is #318690. Grayscale: #919191. Windows color (decimal): -3245713 or 7305678. OLE color: 7305678.

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

Color convert

RGB206121111-
CMYK00.410.460.19
HSL6.32º49.22%62.16%-
HSV(B)6.32º46.12%80.78%-
XYZ35.1627.9418.58-
YUV145.27108.66171.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.03%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 111 (43.75% from 255) = 25.34%
R=47.03%
G=27.63%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612111100.410.460.196.3249.2262.16
HexCE796F0292E136313e
Octal316171157051562366176
Binary1100111011110011101111010100110111010011110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE796F; }

 p { color: rgb(206,121,111); }

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

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

 a { background-color: rgb(206,121,111); }

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

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

 span { border-color: rgb(206,121,111); }

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