#CEA495

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

Shades of Rose #CEA495

Tints of Rose #CEA495

Color information

#CEA495 (or 0xCEA495) is unknown color: approx Rose. HEX triplet: CE, A4 and 95. RGB value is (206,164,149). Sum of RGB (Red+Green+Blue) = 206+164+149=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA495 is #315B6A. Grayscale: #AEAEAE. Windows color (decimal): -3234667 or 9807054. OLE color: 9807054.

HSL color Cylindrical-coordinate representation of color #CEA495: hue angle of 15.79º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEA495 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB206164149-
CMYK00.200.280.19
HSL15.79º36.77%69.61%-
HSV(B)15.79º27.67%80.78%-
XYZ44.1541.8434.18-
YUV174.85113.41150.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.69%
GREEN value IS 164 (64.45% from 255) = 31.60%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=39.69%
G=31.60%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616414900.200.280.1915.7936.7769.61
HexCEA4950141C13102546
Octal31624422502434232045106
Binary1100111010100100100101010101001110010011100001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA495; }

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

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

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

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

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

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

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

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