#CE9E79

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

Shades of Cameo #CE9E79

Tints of Cameo #CE9E79

Color information

#CE9E79 (or 0xCE9E79) is unknown color: approx Cameo. HEX triplet: CE, 9E and 79. RGB value is (206,158,121). Sum of RGB (Red+Green+Blue) = 206+158+121=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9E79 is #316186. Grayscale: #A8A8A8. Windows color (decimal): -3236231 or 7970510. OLE color: 7970510.

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

Color convert

RGB206158121-
CMYK00.230.410.19
HSL26.12º46.45%64.12%-
HSV(B)26.12º41.26%80.78%-
XYZ41.1338.9623.44-
YUV168.13101.4155.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.47%
GREEN value IS 158 (62.11% from 255) = 32.58%
BLUE value IS 121 (47.66% from 255) = 24.95%
R=42.47%
G=32.58%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615812100.230.410.1926.1246.4564.12
HexCE9E7901729131a2e40
Octal31623617102751233256100
Binary1100111010011110111100101011110100110011110101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9E79; }

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

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

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

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

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

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

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

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