#CEA894

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

Shades of Rose #CEA894

Tints of Rose #CEA894

Color information

#CEA894 (or 0xCEA894) is unknown color: approx Rose. HEX triplet: CE, A8 and 94. RGB value is (206,168,148). Sum of RGB (Red+Green+Blue) = 206+168+148=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA894 is #31576B. Grayscale: #B1B1B1. Windows color (decimal): -3233644 or 9742542. OLE color: 9742542.

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

Color convert

RGB206168148-
CMYK00.180.280.19
HSL20.69º37.18%69.41%-
HSV(B)20.69º28.16%80.78%-
XYZ44.843.2734.01-
YUV177.08111.59148.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.46%
GREEN value IS 168 (66.02% from 255) = 32.18%
BLUE value IS 148 (58.20% from 255) = 28.35%
R=39.46%
G=32.18%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616814800.180.280.1920.6937.1869.41
HexCEA8940121C13152545
Octal31625022402234232545105
Binary1100111010101000100101000100101110010011101011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA894; }

 p { color: rgb(206,168,148); }

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

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

 a { background-color: rgb(206,168,148); }

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

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

 span { border-color: rgb(206,168,148); }

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