#CEA590

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

Shades of Rose #CEA590

Tints of Rose #CEA590

Color information

#CEA590 (or 0xCEA590) is unknown color: approx Rose. HEX triplet: CE, A5 and 90. RGB value is (206,165,144). Sum of RGB (Red+Green+Blue) = 206+165+144=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA590 is #315A6F. Grayscale: #AEAEAE. Windows color (decimal): -3234416 or 9479630. OLE color: 9479630.

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

Color convert

RGB206165144-
CMYK00.200.300.19
HSL20.32º38.75%68.63%-
HSV(B)20.32º30.1%80.78%-
XYZ43.9442.0532.19-
YUV174.86110.58150.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 165 (64.84% from 255) = 32.04%
BLUE value IS 144 (56.64% from 255) = 27.96%
R=40%
G=32.04%
B=27.96%

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
Decimal20616514400.200.300.1920.3238.7568.63
HexCEA5900141E13142745
Octal31624522002436232447105
Binary1100111010100101100100000101001111010011101001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA590; }

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

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

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

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

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

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

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

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