#CEA690

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

Shades of Rose #CEA690

Tints of Rose #CEA690

Color information

#CEA690 (or 0xCEA690) is unknown color: approx Rose. HEX triplet: CE, A6 and 90. RGB value is (206,166,144). Sum of RGB (Red+Green+Blue) = 206+166+144=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA690 is #31596F. Grayscale: #AFAFAF. Windows color (decimal): -3234160 or 9479886. OLE color: 9479886.

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

Color convert

RGB206166144-
CMYK00.190.300.19
HSL21.29º38.75%68.63%-
HSV(B)21.29º30.1%80.78%-
XYZ44.1242.4132.25-
YUV175.45110.25149.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.92%
GREEN value IS 166 (65.23% from 255) = 32.17%
BLUE value IS 144 (56.64% from 255) = 27.91%
R=39.92%
G=32.17%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616614400.190.300.1921.2938.7568.63
HexCEA6900131E13152745
Octal31624622002336232547105
Binary1100111010100110100100000100111111010011101011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA690; }

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

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

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

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

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

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

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

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