#CCAC9F

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

Shades of Eunry #CCAC9F

Tints of Eunry #CCAC9F

Color information

#CCAC9F (or 0xCCAC9F) is unknown color: approx Eunry. HEX triplet: CC, AC and 9F. RGB value is (204,172,159). Sum of RGB (Red+Green+Blue) = 204+172+159=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC9F is #335360. Grayscale: #B4B4B4. Windows color (decimal): -3363681 or 10464460. OLE color: 10464460.

HSL color Cylindrical-coordinate representation of color #CCAC9F: hue angle of 17.33º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCAC9F is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB204172159-
CMYK00.160.220.2
HSL17.33º30.61%71.18%-
HSV(B)17.33º22.06%80%-
XYZ45.9144.8539.04-
YUV180.09116.1145.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 172 (67.58% from 255) = 32.15%
BLUE value IS 159 (62.5% from 255) = 29.72%
R=38.13%
G=32.15%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417215900.160.220.217.3330.6171.18
HexCCAC9F0101614111f47
Octal31425423702026242137107
Binary110011001010110010011111010000101101010010001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC9F; }

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

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

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

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

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

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

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

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