#CEA390

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

Shades of Rose #CEA390

Tints of Rose #CEA390

Color information

#CEA390 (or 0xCEA390) is unknown color: approx Rose. HEX triplet: CE, A3 and 90. RGB value is (206,163,144). Sum of RGB (Red+Green+Blue) = 206+163+144=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA390 is #315C6F. Grayscale: #ADADAD. Windows color (decimal): -3234928 or 9479118. OLE color: 9479118.

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

Color convert

RGB206163144-
CMYK00.210.300.19
HSL18.39º38.75%68.63%-
HSV(B)18.39º30.1%80.78%-
XYZ43.5841.3332.07-
YUV173.69111.25151.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 163 (64.06% from 255) = 31.77%
BLUE value IS 144 (56.64% from 255) = 28.07%
R=40.16%
G=31.77%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616314400.210.300.1918.3938.7568.63
HexCEA3900151E13122745
Octal31624322002536232247105
Binary1100111010100011100100000101011111010011100101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA390; }

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

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

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

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

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

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

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

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