#CEA395

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

Shades of Rose #CEA395

Tints of Rose #CEA395

Color information

#CEA395 (or 0xCEA395) is unknown color: approx Rose. HEX triplet: CE, A3 and 95. RGB value is (206,163,149). Sum of RGB (Red+Green+Blue) = 206+163+149=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA395 is #315C6A. Grayscale: #AEAEAE. Windows color (decimal): -3234923 or 9806798. OLE color: 9806798.

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

Color convert

RGB206163149-
CMYK00.210.280.19
HSL14.74º36.77%69.61%-
HSV(B)14.74º27.67%80.78%-
XYZ43.9841.4934.12-
YUV174.26113.75150.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.77%
GREEN value IS 163 (64.06% from 255) = 31.47%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=39.77%
G=31.47%
B=28.76%

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
Decimal20616314900.210.280.1914.7436.7769.61
HexCEA3950151C13f2546
Octal31624322502534231745106
Binary110011101010001110010101010101111001001111111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA395; }

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

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

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

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

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

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

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

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