#CEAAA4

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

Shades of Eunry #CEAAA4

Tints of Eunry #CEAAA4

Color information

#CEAAA4 (or 0xCEAAA4) is unknown color: approx Eunry. HEX triplet: CE, AA and A4. RGB value is (206,170,164). Sum of RGB (Red+Green+Blue) = 206+170+164=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAAA4 is #31555B. Grayscale: #B4B4B4. Windows color (decimal): -3233116 or 10791630. OLE color: 10791630.

HSL color Cylindrical-coordinate representation of color #CEAAA4: hue angle of 8.57º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEAAA4 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB206170164-
CMYK00.170.200.19
HSL8.57º30%72.55%-
HSV(B)8.57º20.39%80.78%-
XYZ46.5344.5541.27-
YUV180.08118.93146.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.15%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 164 (64.45% from 255) = 30.37%
R=38.15%
G=31.48%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617016400.170.200.198.573072.55
HexCEAAA4011141391e49
Octal31625224402124231136111
Binary11001110101010101010010001000110100100111001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAAA4; }

 p { color: rgb(206,170,164); }

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

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

 a { background-color: rgb(206,170,164); }

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

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

 span { border-color: rgb(206,170,164); }

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