#CEA095

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

Shades of Rose #CEA095

Tints of Rose #CEA095

Color information

#CEA095 (or 0xCEA095) is unknown color: approx Rose. HEX triplet: CE, A0 and 95. RGB value is (206,160,149). Sum of RGB (Red+Green+Blue) = 206+160+149=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA095 is #315F6A. Grayscale: #ACACAC. Windows color (decimal): -3235691 or 9806030. OLE color: 9806030.

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

Color convert

RGB206160149-
CMYK00.220.280.19
HSL11.58º36.77%69.61%-
HSV(B)11.58º27.67%80.78%-
XYZ43.4540.4333.95-
YUV172.5114.74151.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 160 (62.89% from 255) = 31.07%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=40%
G=31.07%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616014900.220.280.1911.5836.7769.61
HexCEA0950161C13c2546
Octal31624022502634231445106
Binary110011101010000010010101010110111001001111001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA095; }

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

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

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

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

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

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

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

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