#CCA3A0

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

Shades of Eunry #CCA3A0

Tints of Eunry #CCA3A0

Color information

#CCA3A0 (or 0xCCA3A0) is unknown color: approx Eunry. HEX triplet: CC, A3 and A0. RGB value is (204,163,160). Sum of RGB (Red+Green+Blue) = 204+163+160=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA3A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA3A0 is #335C5F. Grayscale: #AEAEAE. Windows color (decimal): -3365984 or 10527692. OLE color: 10527692.

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

Color convert

RGB204163160-
CMYK00.200.220.2
HSL4.09º30.14%71.37%-
HSV(B)4.09º21.57%80%-
XYZ44.3441.5738.94-
YUV174.92119.58148.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 163 (64.06% from 255) = 30.93%
BLUE value IS 160 (62.89% from 255) = 30.36%
R=38.71%
G=30.93%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416316000.200.220.24.0930.1471.37
HexCCA3A0014161441e47
Octal3142432400242624436107
Binary1100110010100011101000000101001011010100100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA3A0; }

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

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

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

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

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

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

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

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