#CEA195

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

Shades of Rose #CEA195

Tints of Rose #CEA195

Color information

#CEA195 (or 0xCEA195) is unknown color: approx Rose. HEX triplet: CE, A1 and 95. RGB value is (206,161,149). Sum of RGB (Red+Green+Blue) = 206+161+149=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA195 is #315E6A. Grayscale: #ADADAD. Windows color (decimal): -3235435 or 9806286. OLE color: 9806286.

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

Color convert

RGB206161149-
CMYK00.220.280.19
HSL12.63º36.77%69.61%-
HSV(B)12.63º27.67%80.78%-
XYZ43.6240.7834.01-
YUV173.09114.41151.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.92%
GREEN value IS 161 (63.28% from 255) = 31.20%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=39.92%
G=31.20%
B=28.88%

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
Decimal20616114900.220.280.1912.6336.7769.61
HexCEA1950161C13d2546
Octal31624122502634231545106
Binary110011101010000110010101010110111001001111011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA195; }

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

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

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

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

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

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

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

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