#CEA99B

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

Shades of Eunry #CEA99B

Tints of Eunry #CEA99B

Color information

#CEA99B (or 0xCEA99B) is unknown color: approx Eunry. HEX triplet: CE, A9 and 9B. RGB value is (206,169,155). Sum of RGB (Red+Green+Blue) = 206+169+155=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA99B is #315664. Grayscale: #B2B2B2. Windows color (decimal): -3233381 or 10201550. OLE color: 10201550.

HSL color Cylindrical-coordinate representation of color #CEA99B: hue angle of 16.47º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEA99B is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB206169155-
CMYK00.180.250.19
HSL16.47º34.23%70.78%-
HSV(B)16.47º24.76%80.78%-
XYZ45.5643.8637.08-
YUV178.47114.76147.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.87%
GREEN value IS 169 (66.41% from 255) = 31.89%
BLUE value IS 155 (60.94% from 255) = 29.25%
R=38.87%
G=31.89%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616915500.180.250.1916.4734.2370.78
HexCEA99B0121913102247
Octal31625123302231232042107
Binary1100111010101001100110110100101100110011100001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA99B; }

 p { color: rgb(206,169,155); }

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

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

 a { background-color: rgb(206,169,155); }

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

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

 span { border-color: rgb(206,169,155); }

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