#CEA780

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

Shades of Cameo #CEA780

Tints of Cameo #CEA780

Color information

#CEA780 (or 0xCEA780) is unknown color: approx Cameo. HEX triplet: CE, A7 and 80. RGB value is (206,167,128). Sum of RGB (Red+Green+Blue) = 206+167+128=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA780 is #31587F. Grayscale: #AEAEAE. Windows color (decimal): -3233920 or 8431566. OLE color: 8431566.

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

Color convert

RGB206167128-
CMYK00.190.380.19
HSL30º44.32%65.49%-
HSV(B)30º37.86%80.78%-
XYZ43.1742.3226.31-
YUV174.22101.92150.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 167 (65.62% from 255) = 33.33%
BLUE value IS 128 (50.39% from 255) = 25.55%
R=41.12%
G=33.33%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616712800.190.380.193044.3265.49
HexCEA78001326131e2c41
Octal31624720002346233654101
Binary11001110101001111000000001001110011010011111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA780; }

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

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

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

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

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

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

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

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