#CEA69B

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

Shades of Eunry #CEA69B

Tints of Eunry #CEA69B

Color information

#CEA69B (or 0xCEA69B) is unknown color: approx Eunry. HEX triplet: CE, A6 and 9B. RGB value is (206,166,155). Sum of RGB (Red+Green+Blue) = 206+166+155=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA69B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA69B is #315964. Grayscale: #B0B0B0. Windows color (decimal): -3234149 or 10200782. OLE color: 10200782.

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

Color convert

RGB206166155-
CMYK00.190.250.19
HSL12.94º34.23%70.78%-
HSV(B)12.94º24.76%80.78%-
XYZ45.0142.7636.89-
YUV176.71115.75148.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 166 (65.23% from 255) = 31.50%
BLUE value IS 155 (60.94% from 255) = 29.41%
R=39.09%
G=31.50%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616615500.190.250.1912.9434.2370.78
HexCEA69B0131913d2247
Octal31624623302331231542107
Binary110011101010011010011011010011110011001111011000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA69B; }

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

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

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

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

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

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

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

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