#CEA295

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

Shades of Rose #CEA295

Tints of Rose #CEA295

Color information

#CEA295 (or 0xCEA295) is unknown color: approx Rose. HEX triplet: CE, A2 and 95. RGB value is (206,162,149). Sum of RGB (Red+Green+Blue) = 206+162+149=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA295 is #315D6A. Grayscale: #ADADAD. Windows color (decimal): -3235179 or 9806542. OLE color: 9806542.

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

Color convert

RGB206162149-
CMYK00.210.280.19
HSL13.68º36.77%69.61%-
HSV(B)13.68º27.67%80.78%-
XYZ43.841.1334.06-
YUV173.67114.08151.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.85%
GREEN value IS 162 (63.67% from 255) = 31.33%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=39.85%
G=31.33%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616214900.210.280.1913.6836.7769.61
HexCEA2950151C13e2546
Octal31624222502534231645106
Binary110011101010001010010101010101111001001111101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA295; }

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

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

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

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

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

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

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

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