#C1A199

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

Shades of Eunry #C1A199

Tints of Eunry #C1A199

Color information

#C1A199 (or 0xC1A199) is unknown color: approx Eunry. HEX triplet: C1, A1 and 99. RGB value is (193,161,153). Sum of RGB (Red+Green+Blue) = 193+161+153=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A199 is #3E5E66. Grayscale: #A9A9A9. Windows color (decimal): -4087399 or 10068417. OLE color: 10068417.

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

Color convert

RGB193161153-
CMYK00.170.210.24
HSL12º24.39%67.84%-
HSV(B)12º20.73%75.69%-
XYZ40.4939.1335.56-
YUV169.66118.6144.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.07%
GREEN value IS 161 (63.28% from 255) = 31.76%
BLUE value IS 153 (60.16% from 255) = 30.18%
R=38.07%
G=31.76%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316115300.170.210.241224.3967.84
HexC1A1990111518c1844
Octal30124123102125301430104
Binary11000001101000011001100101000110101110001100110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A199; }

 p { color: rgb(193,161,153); }

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

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

 a { background-color: rgb(193,161,153); }

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

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

 span { border-color: rgb(193,161,153); }

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