#CEA282

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

Shades of Cameo #CEA282

Tints of Cameo #CEA282

Color information

#CEA282 (or 0xCEA282) is unknown color: approx Cameo. HEX triplet: CE, A2 and 82. RGB value is (206,162,130). Sum of RGB (Red+Green+Blue) = 206+162+130=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA282 is #315D7D. Grayscale: #ABABAB. Windows color (decimal): -3235198 or 8561358. OLE color: 8561358.

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

Color convert

RGB206162130-
CMYK00.210.370.19
HSL25.26º43.68%65.88%-
HSV(B)25.26º36.89%80.78%-
XYZ42.440.5726.72-
YUV171.51104.58152.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.37%
GREEN value IS 162 (63.67% from 255) = 32.53%
BLUE value IS 130 (51.17% from 255) = 26.10%
R=41.37%
G=32.53%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616213000.210.370.1925.2643.6865.88
HexCEA2820152513192c42
Octal31624220202545233154102
Binary11001110101000101000001001010110010110011110011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA282; }

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

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

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

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

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

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

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

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