#CEA693

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

Shades of Rose #CEA693

Tints of Rose #CEA693

Color information

#CEA693 (or 0xCEA693) is unknown color: approx Rose. HEX triplet: CE, A6 and 93. RGB value is (206,166,147). Sum of RGB (Red+Green+Blue) = 206+166+147=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA693 is #31596C. Grayscale: #AFAFAF. Windows color (decimal): -3234157 or 9676494. OLE color: 9676494.

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

Color convert

RGB206166147-
CMYK00.190.290.19
HSL19.32º37.58%69.22%-
HSV(B)19.32º28.64%80.78%-
XYZ44.3642.533.47-
YUV175.79111.75149.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.69%
GREEN value IS 166 (65.23% from 255) = 31.98%
BLUE value IS 147 (57.81% from 255) = 28.32%
R=39.69%
G=31.98%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616614700.190.290.1919.3237.5869.22
HexCEA6930131D13132645
Octal31624622302335232346105
Binary1100111010100110100100110100111110110011100111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA693; }

 p { color: rgb(206,166,147); }

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

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

 a { background-color: rgb(206,166,147); }

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

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

 span { border-color: rgb(206,166,147); }

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