#CCA89F

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

Shades of Eunry #CCA89F

Tints of Eunry #CCA89F

Color information

#CCA89F (or 0xCCA89F) is unknown color: approx Eunry. HEX triplet: CC, A8 and 9F. RGB value is (204,168,159). Sum of RGB (Red+Green+Blue) = 204+168+159=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA89F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA89F is #335760. Grayscale: #B1B1B1. Windows color (decimal): -3364705 or 10463436. OLE color: 10463436.

HSL color Cylindrical-coordinate representation of color #CCA89F: hue angle of 12º 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 #CCA89F is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB204168159-
CMYK00.180.220.2
HSL12º30.61%71.18%-
HSV(B)12º22.06%80%-
XYZ45.1643.3538.79-
YUV177.74117.43146.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 168 (66.02% from 255) = 31.64%
BLUE value IS 159 (62.5% from 255) = 29.94%
R=38.42%
G=31.64%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416815900.180.220.21230.6171.18
HexCCA89F0121614c1f47
Octal31425023702226241437107
Binary11001100101010001001111101001010110101001100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA89F; }

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

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

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

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

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

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

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

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