#C2A19B

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

Shades of Eunry #C2A19B

Tints of Eunry #C2A19B

Color information

#C2A19B (or 0xC2A19B) is unknown color: approx Eunry. HEX triplet: C2, A1 and 9B. RGB value is (194,161,155). Sum of RGB (Red+Green+Blue) = 194+161+155=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A19B is #3D5E64. Grayscale: #AAAAAA. Windows color (decimal): -4021861 or 10199490. OLE color: 10199490.

HSL color Cylindrical-coordinate representation of color #C2A19B: hue angle of 9.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2A19B is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB194161155-
CMYK00.170.200.24
HSL9.23º24.22%68.43%-
HSV(B)9.23º20.1%76.08%-
XYZ40.9139.3336.44-
YUV170.18119.43144.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 161 (63.28% from 255) = 31.57%
BLUE value IS 155 (60.94% from 255) = 30.39%
R=38.04%
G=31.57%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416115500.170.200.249.2324.2268.43
HexC2A19B011141891844
Octal30224123302124301130104
Binary11000010101000011001101101000110100110001001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A19B; }

 p { color: rgb(194,161,155); }

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

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

 a { background-color: rgb(194,161,155); }

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

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

 span { border-color: rgb(194,161,155); }

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