#CCACA0

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

Shades of Eunry #CCACA0

Tints of Eunry #CCACA0

Color information

#CCACA0 (or 0xCCACA0) is unknown color: approx Eunry. HEX triplet: CC, AC and A0. RGB value is (204,172,160). Sum of RGB (Red+Green+Blue) = 204+172+160=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCACA0 is #33535F. Grayscale: #B4B4B4. Windows color (decimal): -3363680 or 10529996. OLE color: 10529996.

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

Color convert

RGB204172160-
CMYK00.160.220.2
HSL16.36º30.14%71.37%-
HSV(B)16.36º21.57%80%-
XYZ4644.8839.5-
YUV180.2116.6144.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.06%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 160 (62.89% from 255) = 29.85%
R=38.06%
G=32.09%
B=29.85%

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
Decimal20417216000.160.220.216.3630.1471.37
HexCCACA00101614101e47
Octal31425424002026242036107
Binary110011001010110010100000010000101101010010000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACA0; }

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

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

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

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

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

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

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

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