#CCA79F

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

Shades of Eunry #CCA79F

Tints of Eunry #CCA79F

Color information

#CCA79F (or 0xCCA79F) is unknown color: approx Eunry. HEX triplet: CC, A7 and 9F. RGB value is (204,167,159). Sum of RGB (Red+Green+Blue) = 204+167+159=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA79F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA79F is #335860. Grayscale: #B1B1B1. Windows color (decimal): -3364961 or 10463180. OLE color: 10463180.

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

Color convert

RGB204167159-
CMYK00.180.220.2
HSL10.67º30.61%71.18%-
HSV(B)10.67º22.06%80%-
XYZ44.9842.9838.73-
YUV177.15117.76147.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 167 (65.62% from 255) = 31.51%
BLUE value IS 159 (62.5% from 255) = 30%
R=38.49%
G=31.51%
B=30%

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
Decimal20416715900.180.220.210.6730.6171.18
HexCCA79F0121614b1f47
Octal31424723702226241337107
Binary11001100101001111001111101001010110101001011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA79F; }

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

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

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

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

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

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

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

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