#CEA582

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

Shades of Cameo #CEA582

Tints of Cameo #CEA582

Color information

#CEA582 (or 0xCEA582) is unknown color: approx Cameo. HEX triplet: CE, A5 and 82. RGB value is (206,165,130). Sum of RGB (Red+Green+Blue) = 206+165+130=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA582 is #315A7D. Grayscale: #ADADAD. Windows color (decimal): -3234430 or 8562126. OLE color: 8562126.

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

Color convert

RGB206165130-
CMYK00.200.370.19
HSL27.63º43.68%65.88%-
HSV(B)27.63º36.89%80.78%-
XYZ42.9441.6426.89-
YUV173.27103.58151.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 165 (64.84% from 255) = 32.93%
BLUE value IS 130 (51.17% from 255) = 25.95%
R=41.12%
G=32.93%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616513000.200.370.1927.6343.6865.88
HexCEA58201425131c2c42
Octal31624520202445233454102
Binary11001110101001011000001001010010010110011111001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA582; }

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

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

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

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

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

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

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

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