#C1A09B

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

Shades of Eunry #C1A09B

Tints of Eunry #C1A09B

Color information

#C1A09B (or 0xC1A09B) is unknown color: approx Eunry. HEX triplet: C1, A0 and 9B. RGB value is (193,160,155). Sum of RGB (Red+Green+Blue) = 193+160+155=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A09B is #3E5F64. Grayscale: #A9A9A9. Windows color (decimal): -4087653 or 10199233. OLE color: 10199233.

HSL color Cylindrical-coordinate representation of color #C1A09B: hue angle of 7.89º degrees, saturation: 0.23, 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 #C1A09B is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB193160155-
CMYK00.170.200.24
HSL7.89º23.46%68.24%-
HSV(B)7.89º19.69%75.69%-
XYZ40.4838.8536.37-
YUV169.3119.93144.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.99%
GREEN value IS 160 (62.89% from 255) = 31.50%
BLUE value IS 155 (60.94% from 255) = 30.51%
R=37.99%
G=31.50%
B=30.51%

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
Decimal19316015500.170.200.247.8923.4668.24
HexC1A09B011141881744
Octal30124023302124301027104
Binary11000001101000001001101101000110100110001000101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A09B; }

 p { color: rgb(193,160,155); }

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

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

 a { background-color: rgb(193,160,155); }

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

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

 span { border-color: rgb(193,160,155); }

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