#CCA5A1

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

Shades of Eunry #CCA5A1

Tints of Eunry #CCA5A1

Color information

#CCA5A1 (or 0xCCA5A1) is unknown color: approx Eunry. HEX triplet: CC, A5 and A1. RGB value is (204,165,161). Sum of RGB (Red+Green+Blue) = 204+165+161=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA5A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA5A1 is #335A5E. Grayscale: #B0B0B0. Windows color (decimal): -3365471 or 10593740. OLE color: 10593740.

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

Color convert

RGB204165161-
CMYK00.190.210.2
HSL5.58º29.66%71.57%-
HSV(B)5.58º21.08%80%-
XYZ44.7942.3239.53-
YUV176.2119.42147.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 165 (64.84% from 255) = 31.13%
BLUE value IS 161 (63.28% from 255) = 30.38%
R=38.49%
G=31.13%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416516100.190.210.25.5829.6671.57
HexCCA5A1013151461e48
Octal3142452410232524636110
Binary1100110010100101101000010100111010110100110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA5A1; }

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

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

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

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

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

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

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

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