#C2A8A5

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

Shades of Eunry #C2A8A5

Tints of Eunry #C2A8A5

Color information

#C2A8A5 (or 0xC2A8A5) is unknown color: approx Eunry. HEX triplet: C2, A8 and A5. RGB value is (194,168,165). Sum of RGB (Red+Green+Blue) = 194+168+165=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A8A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A8A5 is #3D575A. Grayscale: #AFAFAF. Windows color (decimal): -4020059 or 10856642. OLE color: 10856642.

HSL color Cylindrical-coordinate representation of color #C2A8A5: hue angle of 6.21º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2A8A5 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB194168165-
CMYK00.130.150.24
HSL6.21º19.21%70.39%-
HSV(B)6.21º14.95%76.08%-
XYZ43.0442.1941.47-
YUV175.43122.11141.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 168 (66.02% from 255) = 31.88%
BLUE value IS 165 (64.84% from 255) = 31.31%
R=36.81%
G=31.88%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416816500.130.150.246.2119.2170.39
HexC2A8A50DF1861346
Octal3022502450151730623106
Binary11000010101010001010010101101111111000110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A8A5; }

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

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

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

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

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

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

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

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