#CEA490

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

Shades of Rose #CEA490

Tints of Rose #CEA490

Color information

#CEA490 (or 0xCEA490) is unknown color: approx Rose. HEX triplet: CE, A4 and 90. RGB value is (206,164,144). Sum of RGB (Red+Green+Blue) = 206+164+144=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA490 is #315B6F. Grayscale: #AEAEAE. Windows color (decimal): -3234672 or 9479374. OLE color: 9479374.

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

Color convert

RGB206164144-
CMYK00.200.300.19
HSL19.35º38.75%68.63%-
HSV(B)19.35º30.1%80.78%-
XYZ43.7641.6932.13-
YUV174.28110.91150.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.08%
GREEN value IS 164 (64.45% from 255) = 31.91%
BLUE value IS 144 (56.64% from 255) = 28.02%
R=40.08%
G=31.91%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616414400.200.300.1919.3538.7568.63
HexCEA4900141E13132745
Octal31624422002436232347105
Binary1100111010100100100100000101001111010011100111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA490; }

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

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

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

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

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

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

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

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