#CEA782

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

Shades of Cameo #CEA782

Tints of Cameo #CEA782

Color information

#CEA782 (or 0xCEA782) is unknown color: approx Cameo. HEX triplet: CE, A7 and 82. RGB value is (206,167,130). Sum of RGB (Red+Green+Blue) = 206+167+130=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA782 is #31587D. Grayscale: #AEAEAE. Windows color (decimal): -3233918 or 8562638. OLE color: 8562638.

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

Color convert

RGB206167130-
CMYK00.190.370.19
HSL29.21º43.68%65.88%-
HSV(B)29.21º36.89%80.78%-
XYZ43.342.3727.02-
YUV174.44102.92150.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 167 (65.62% from 255) = 33.20%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=40.95%
G=33.20%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616713000.190.370.1929.2143.6865.88
HexCEA78201325131d2c42
Octal31624720202345233554102
Binary11001110101001111000001001001110010110011111011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA782; }

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

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

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

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

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

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

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

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