#CEA280

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

Shades of Cameo #CEA280

Tints of Cameo #CEA280

Color information

#CEA280 (or 0xCEA280) is unknown color: approx Cameo. HEX triplet: CE, A2 and 80. RGB value is (206,162,128). Sum of RGB (Red+Green+Blue) = 206+162+128=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA280 is #315D7F. Grayscale: #ABABAB. Windows color (decimal): -3235200 or 8430286. OLE color: 8430286.

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

Color convert

RGB206162128-
CMYK00.210.380.19
HSL26.15º44.32%65.49%-
HSV(B)26.15º37.86%80.78%-
XYZ42.2740.5226.02-
YUV171.28103.58152.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.53%
GREEN value IS 162 (63.67% from 255) = 32.66%
BLUE value IS 128 (50.39% from 255) = 25.81%
R=41.53%
G=32.66%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616212800.210.380.1926.1544.3265.49
HexCEA28001526131a2c41
Octal31624220002546233254101
Binary11001110101000101000000001010110011010011110101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA280; }

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

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

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

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

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

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

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

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