#CEA890

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

Shades of Cameo #CEA890

Tints of Cameo #CEA890

Color information

#CEA890 (or 0xCEA890) is unknown color: approx Cameo. HEX triplet: CE, A8 and 90. RGB value is (206,168,144). Sum of RGB (Red+Green+Blue) = 206+168+144=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA890 is #31576F. Grayscale: #B0B0B0. Windows color (decimal): -3233648 or 9480398. OLE color: 9480398.

HSL color Cylindrical-coordinate representation of color #CEA890: hue angle of 23.23º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA890 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB206168144-
CMYK00.180.300.19
HSL23.23º38.75%68.63%-
HSV(B)23.23º30.1%80.78%-
XYZ44.4943.1432.37-
YUV176.63109.59148.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.77%
GREEN value IS 168 (66.02% from 255) = 32.43%
BLUE value IS 144 (56.64% from 255) = 27.80%
R=39.77%
G=32.43%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616814400.180.300.1923.2338.7568.63
HexCEA8900121E13172745
Octal31625022002236232747105
Binary1100111010101000100100000100101111010011101111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA890; }

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

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

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

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

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

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

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

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