#CCA8A5

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

Shades of Eunry #CCA8A5

Tints of Eunry #CCA8A5

Color information

#CCA8A5 (or 0xCCA8A5) is unknown color: approx Eunry. HEX triplet: CC, A8 and A5. RGB value is (204,168,165). Sum of RGB (Red+Green+Blue) = 204+168+165=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA8A5 is #33575A. Grayscale: #B2B2B2. Windows color (decimal): -3364699 or 10856652. OLE color: 10856652.

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

Color convert

RGB204168165-
CMYK00.180.190.2
HSL4.62º27.66%72.35%-
HSV(B)4.62º19.12%80%-
XYZ45.743.5641.6-
YUV178.42120.43146.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 168 (66.02% from 255) = 31.28%
BLUE value IS 165 (64.84% from 255) = 30.73%
R=37.99%
G=31.28%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416816500.180.190.24.6227.6672.35
HexCCA8A5012131451c48
Octal3142502450222324534110
Binary1100110010101000101001010100101001110100101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA8A5; }

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

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

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

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

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

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

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

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