#CEABA2

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

Shades of Eunry #CEABA2

Tints of Eunry #CEABA2

Color information

#CEABA2 (or 0xCEABA2) is unknown color: approx Eunry. HEX triplet: CE, AB and A2. RGB value is (206,171,162). Sum of RGB (Red+Green+Blue) = 206+171+162=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEABA2 is #31545D. Grayscale: #B4B4B4. Windows color (decimal): -3232862 or 10660814. OLE color: 10660814.

HSL color Cylindrical-coordinate representation of color #CEABA2: hue angle of 12.27º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEABA2 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB206171162-
CMYK00.170.210.19
HSL12.27º30.99%72.16%-
HSV(B)12.27º21.36%80.78%-
XYZ46.5444.8640.39-
YUV180.44117.6146.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 171 (67.19% from 255) = 31.73%
BLUE value IS 162 (63.67% from 255) = 30.06%
R=38.22%
G=31.73%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617116200.170.210.1912.2730.9972.16
HexCEABA20111513c1f48
Octal31625324202125231437110
Binary11001110101010111010001001000110101100111100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEABA2; }

 p { color: rgb(206,171,162); }

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

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

 a { background-color: rgb(206,171,162); }

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

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

 span { border-color: rgb(206,171,162); }

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