#CEA893

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

Shades of Rose #CEA893

Tints of Rose #CEA893

Color information

#CEA893 (or 0xCEA893) is unknown color: approx Rose. HEX triplet: CE, A8 and 93. RGB value is (206,168,147). Sum of RGB (Red+Green+Blue) = 206+168+147=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA893 is #31576C. Grayscale: #B1B1B1. Windows color (decimal): -3233645 or 9677006. OLE color: 9677006.

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

Color convert

RGB206168147-
CMYK00.180.290.19
HSL21.36º37.58%69.22%-
HSV(B)21.36º28.64%80.78%-
XYZ44.7243.2333.59-
YUV176.97111.09148.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 168 (66.02% from 255) = 32.25%
BLUE value IS 147 (57.81% from 255) = 28.21%
R=39.54%
G=32.25%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616814700.180.290.1921.3637.5869.22
HexCEA8930121D13152645
Octal31625022302235232546105
Binary1100111010101000100100110100101110110011101011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA893; }

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

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

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

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

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

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

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

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