#CEA387

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

Shades of Cameo #CEA387

Tints of Cameo #CEA387

Color information

#CEA387 (or 0xCEA387) is unknown color: approx Cameo. HEX triplet: CE, A3 and 87. RGB value is (206,163,135). Sum of RGB (Red+Green+Blue) = 206+163+135=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA387 is #315C78. Grayscale: #ACACAC. Windows color (decimal): -3234937 or 8889294. OLE color: 8889294.

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

Color convert

RGB206163135-
CMYK00.210.340.19
HSL23.66º42.01%66.86%-
HSV(B)23.66º34.47%80.78%-
XYZ42.9241.0728.59-
YUV172.66106.75151.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.87%
GREEN value IS 163 (64.06% from 255) = 32.34%
BLUE value IS 135 (53.12% from 255) = 26.79%
R=40.87%
G=32.34%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616313500.210.340.1923.6642.0166.86
HexCEA3870152213182a43
Octal31624320702542233052103
Binary11001110101000111000011101010110001010011110001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA387; }

 p { color: rgb(206,163,135); }

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

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

 a { background-color: rgb(206,163,135); }

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

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

 span { border-color: rgb(206,163,135); }

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