#CEA290

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

Shades of Rose #CEA290

Tints of Rose #CEA290

Color information

#CEA290 (or 0xCEA290) is unknown color: approx Rose. HEX triplet: CE, A2 and 90. RGB value is (206,162,144). Sum of RGB (Red+Green+Blue) = 206+162+144=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA290 is #315D6F. Grayscale: #ADADAD. Windows color (decimal): -3235184 or 9478862. OLE color: 9478862.

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

Color convert

RGB206162144-
CMYK00.210.300.19
HSL17.42º38.75%68.63%-
HSV(B)17.42º30.1%80.78%-
XYZ43.4140.9832.01-
YUV173.1111.58151.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.23%
GREEN value IS 162 (63.67% from 255) = 31.64%
BLUE value IS 144 (56.64% from 255) = 28.12%
R=40.23%
G=31.64%
B=28.12%

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
Decimal20616214400.210.300.1917.4238.7568.63
HexCEA2900151E13112745
Octal31624222002536232147105
Binary1100111010100010100100000101011111010011100011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA290; }

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

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

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

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

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

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

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

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