#C1A29C

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

Shades of Eunry #C1A29C

Tints of Eunry #C1A29C

Color information

#C1A29C (or 0xC1A29C) is unknown color: approx Eunry. HEX triplet: C1, A2 and 9C. RGB value is (193,162,156). Sum of RGB (Red+Green+Blue) = 193+162+156=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A29C is #3E5D63. Grayscale: #AAAAAA. Windows color (decimal): -4087140 or 10265281. OLE color: 10265281.

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

Color convert

RGB193162156-
CMYK00.160.190.24
HSL9.73º22.98%68.43%-
HSV(B)9.73º19.17%75.69%-
XYZ40.9139.5836.94-
YUV170.58119.77143.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.77%
GREEN value IS 162 (63.67% from 255) = 31.70%
BLUE value IS 156 (61.33% from 255) = 30.53%
R=37.77%
G=31.70%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316215600.160.190.249.7322.9868.43
HexC1A29C0101318a1744
Octal30124223402023301227104
Binary11000001101000101001110001000010011110001010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A29C; }

 p { color: rgb(193,162,156); }

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

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

 a { background-color: rgb(193,162,156); }

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

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

 span { border-color: rgb(193,162,156); }

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