#CEA076

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

Shades of Cameo #CEA076

Tints of Cameo #CEA076

Color information

#CEA076 (or 0xCEA076) is unknown color: approx Cameo. HEX triplet: CE, A0 and 76. RGB value is (206,160,118). Sum of RGB (Red+Green+Blue) = 206+160+118=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA076 is #315F89. Grayscale: #A9A9A9. Windows color (decimal): -3235722 or 7774414. OLE color: 7774414.

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

Color convert

RGB206160118-
CMYK00.220.430.19
HSL28.64º47.31%63.53%-
HSV(B)28.64º42.72%80.78%-
XYZ41.2939.5722.6-
YUV168.9799.24154.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.56%
GREEN value IS 160 (62.89% from 255) = 33.06%
BLUE value IS 118 (46.48% from 255) = 24.38%
R=42.56%
G=33.06%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616011800.220.430.1928.6447.3163.53
HexCEA0760162B131d2f40
Octal31624016602653233557100
Binary1100111010100000111011001011010101110011111011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA076; }

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

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

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

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

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

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

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

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