#CCA59C

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

Shades of Eunry #CCA59C

Tints of Eunry #CCA59C

Color information

#CCA59C (or 0xCCA59C) is unknown color: approx Eunry. HEX triplet: CC, A5 and 9C. RGB value is (204,165,156). Sum of RGB (Red+Green+Blue) = 204+165+156=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA59C is #335A63. Grayscale: #AFAFAF. Windows color (decimal): -3365476 or 10266060. OLE color: 10266060.

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

Color convert

RGB204165156-
CMYK00.190.240.2
HSL11.25º32%70.59%-
HSV(B)11.25º23.53%80%-
XYZ44.3642.1537.25-
YUV175.64116.92148.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 165 (64.84% from 255) = 31.43%
BLUE value IS 156 (61.33% from 255) = 29.71%
R=38.86%
G=31.43%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416515600.190.240.211.253270.59
HexCCA59C0131814b2047
Octal31424523402330241340107
Binary110011001010010110011100010011110001010010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA59C; }

 p { color: rgb(204,165,156); }

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

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

 a { background-color: rgb(204,165,156); }

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

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

 span { border-color: rgb(204,165,156); }

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