#CEA694

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

Shades of Rose #CEA694

Tints of Rose #CEA694

Color information

#CEA694 (or 0xCEA694) is unknown color: approx Rose. HEX triplet: CE, A6 and 94. RGB value is (206,166,148). Sum of RGB (Red+Green+Blue) = 206+166+148=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA694 is #31596B. Grayscale: #B0B0B0. Windows color (decimal): -3234156 or 9742030. OLE color: 9742030.

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

Color convert

RGB206166148-
CMYK00.190.280.19
HSL18.62º37.18%69.41%-
HSV(B)18.62º28.16%80.78%-
XYZ44.4442.5333.88-
YUV175.91112.25149.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.62%
GREEN value IS 166 (65.23% from 255) = 31.92%
BLUE value IS 148 (58.20% from 255) = 28.46%
R=39.62%
G=31.92%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616614800.190.280.1918.6237.1869.41
HexCEA6940131C13132545
Octal31624622402334232345105
Binary1100111010100110100101000100111110010011100111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA694; }

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

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

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

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

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

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

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

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