#CEA980

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

Shades of Cameo #CEA980

Tints of Cameo #CEA980

Color information

#CEA980 (or 0xCEA980) is unknown color: approx Cameo. HEX triplet: CE, A9 and 80. RGB value is (206,169,128). Sum of RGB (Red+Green+Blue) = 206+169+128=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA980 is #31567F. Grayscale: #AFAFAF. Windows color (decimal): -3233408 or 8432078. OLE color: 8432078.

HSL color Cylindrical-coordinate representation of color #CEA980: hue angle of 31.54º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEA980 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB206169128-
CMYK00.180.380.19
HSL31.54º44.32%65.49%-
HSV(B)31.54º37.86%80.78%-
XYZ43.5443.0626.44-
YUV175.39101.26149.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 169 (66.41% from 255) = 33.60%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=40.95%
G=33.60%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616912800.180.380.1931.5444.3265.49
HexCEA9800122613202c41
Octal31625120002246234054101
Binary110011101010100110000000010010100110100111000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA980; }

 p { color: rgb(206,169,128); }

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

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

 a { background-color: rgb(206,169,128); }

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

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

 span { border-color: rgb(206,169,128); }

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