#CEAC9F

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

Shades of Eunry #CEAC9F

Tints of Eunry #CEAC9F

Color information

#CEAC9F (or 0xCEAC9F) is unknown color: approx Eunry. HEX triplet: CE, AC and 9F. RGB value is (206,172,159). Sum of RGB (Red+Green+Blue) = 206+172+159=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAC9F is #315360. Grayscale: #B4B4B4. Windows color (decimal): -3232609 or 10464462. OLE color: 10464462.

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

Color convert

RGB206172159-
CMYK00.170.230.19
HSL16.6º32.41%71.57%-
HSV(B)16.6º22.82%80.78%-
XYZ46.4645.1339.06-
YUV180.68115.76146.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.36%
GREEN value IS 172 (67.58% from 255) = 32.03%
BLUE value IS 159 (62.5% from 255) = 29.61%
R=38.36%
G=32.03%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617215900.170.230.1916.632.4171.57
HexCEAC9F0111713112048
Octal31625423702127232140110
Binary1100111010101100100111110100011011110011100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAC9F; }

 p { color: rgb(206,172,159); }

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

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

 a { background-color: rgb(206,172,159); }

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

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

 span { border-color: rgb(206,172,159); }

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