#CCA7A2

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

Shades of Eunry #CCA7A2

Tints of Eunry #CCA7A2

Color information

#CCA7A2 (or 0xCCA7A2) is unknown color: approx Eunry. HEX triplet: CC, A7 and A2. RGB value is (204,167,162). Sum of RGB (Red+Green+Blue) = 204+167+162=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA7A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA7A2 is #33585D. Grayscale: #B1B1B1. Windows color (decimal): -3364958 or 10659788. OLE color: 10659788.

HSL color Cylindrical-coordinate representation of color #CCA7A2: hue angle of 7.14º degrees, saturation: 0.29, 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 #CCA7A2 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB204167162-
CMYK00.180.210.2
HSL7.14º29.17%71.76%-
HSV(B)7.14º20.59%80%-
XYZ45.2443.0840.11-
YUV177.49119.26146.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 167 (65.62% from 255) = 31.33%
BLUE value IS 162 (63.67% from 255) = 30.39%
R=38.27%
G=31.33%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416716200.180.210.27.1429.1771.76
HexCCA7A2012151471d48
Octal3142472420222524735110
Binary1100110010100111101000100100101010110100111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA7A2; }

 p { color: rgb(204,167,162); }

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

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

 a { background-color: rgb(204,167,162); }

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

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

 span { border-color: rgb(204,167,162); }

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