#CEA87A

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

Shades of Cameo #CEA87A

Tints of Cameo #CEA87A

Color information

#CEA87A (or 0xCEA87A) is unknown color: approx Cameo. HEX triplet: CE, A8 and 7A. RGB value is (206,168,122). Sum of RGB (Red+Green+Blue) = 206+168+122=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA87A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA87A is #315785. Grayscale: #AEAEAE. Windows color (decimal): -3233670 or 8038606. OLE color: 8038606.

HSL color Cylindrical-coordinate representation of color #CEA87A: hue angle of 32.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEA87A is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB206168122-
CMYK00.180.410.19
HSL32.86º46.15%64.31%-
HSV(B)32.86º40.78%80.78%-
XYZ42.9742.5324.36-
YUV174.1298.59150.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.53%
GREEN value IS 168 (66.02% from 255) = 33.87%
BLUE value IS 122 (48.05% from 255) = 24.60%
R=41.53%
G=33.87%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616812200.180.410.1932.8646.1564.31
HexCEA87A0122913212e40
Octal31625017202251234156100
Binary11001110101010001111010010010101001100111000011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA87A; }

 p { color: rgb(206,168,122); }

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

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

 a { background-color: rgb(206,168,122); }

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

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

 span { border-color: rgb(206,168,122); }

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