#CEA284

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

Shades of Cameo #CEA284

Tints of Cameo #CEA284

Color information

#CEA284 (or 0xCEA284) is unknown color: approx Cameo. HEX triplet: CE, A2 and 84. RGB value is (206,162,132). Sum of RGB (Red+Green+Blue) = 206+162+132=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA284 is #315D7B. Grayscale: #ABABAB. Windows color (decimal): -3235196 or 8692430. OLE color: 8692430.

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

Color convert

RGB206162132-
CMYK00.210.360.19
HSL24.32º43.02%66.27%-
HSV(B)24.32º35.92%80.78%-
XYZ42.5440.6327.43-
YUV171.74105.58152.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 162 (63.67% from 255) = 32.4%
BLUE value IS 132 (51.95% from 255) = 26.4%
R=41.2%
G=32.4%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616213200.210.360.1924.3243.0266.27
HexCEA2840152413182b42
Octal31624220402544233053102
Binary11001110101000101000010001010110010010011110001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA284; }

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

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

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

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

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

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

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

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