#CEA192

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

Shades of Rose #CEA192

Tints of Rose #CEA192

Color information

#CEA192 (or 0xCEA192) is unknown color: approx Rose. HEX triplet: CE, A1 and 92. RGB value is (206,161,146). Sum of RGB (Red+Green+Blue) = 206+161+146=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA192 is #315E6D. Grayscale: #ACACAC. Windows color (decimal): -3235438 or 9609678. OLE color: 9609678.

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

Color convert

RGB206161146-
CMYK00.220.290.19
HSL15º37.97%69.02%-
HSV(B)15º29.13%80.78%-
XYZ43.3940.6932.76-
YUV172.74112.91151.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 161 (63.28% from 255) = 31.38%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=40.16%
G=31.38%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616114600.220.290.191537.9769.02
HexCEA1920161D13f2645
Octal31624122202635231746105
Binary110011101010000110010010010110111011001111111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA192; }

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

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

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

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

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

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

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

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