#CEA493

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

Shades of Rose #CEA493

Tints of Rose #CEA493

Color information

#CEA493 (or 0xCEA493) is unknown color: approx Rose. HEX triplet: CE, A4 and 93. RGB value is (206,164,147). Sum of RGB (Red+Green+Blue) = 206+164+147=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA493 is #315B6C. Grayscale: #AEAEAE. Windows color (decimal): -3234669 or 9675982. OLE color: 9675982.

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

Color convert

RGB206164147-
CMYK00.200.290.19
HSL17.29º37.58%69.22%-
HSV(B)17.29º28.64%80.78%-
XYZ4441.7833.35-
YUV174.62112.41150.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.85%
GREEN value IS 164 (64.45% from 255) = 31.72%
BLUE value IS 147 (57.81% from 255) = 28.43%
R=39.85%
G=31.72%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616414700.200.290.1917.2937.5869.22
HexCEA4930141D13112645
Octal31624422302435232146105
Binary1100111010100100100100110101001110110011100011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA493; }

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

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

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

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

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

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

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

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