#C2A09B

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

Shades of Eunry #C2A09B

Tints of Eunry #C2A09B

Color information

#C2A09B (or 0xC2A09B) is unknown color: approx Eunry. HEX triplet: C2, A0 and 9B. RGB value is (194,160,155). Sum of RGB (Red+Green+Blue) = 194+160+155=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A09B is #3D5F64. Grayscale: #A9A9A9. Windows color (decimal): -4022117 or 10199234. OLE color: 10199234.

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

Color convert

RGB194160155-
CMYK00.180.200.24
HSL7.69º24.22%68.43%-
HSV(B)7.69º20.1%76.08%-
XYZ40.7438.9836.39-
YUV169.6119.76145.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.11%
GREEN value IS 160 (62.89% from 255) = 31.43%
BLUE value IS 155 (60.94% from 255) = 30.45%
R=38.11%
G=31.43%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416015500.180.200.247.6924.2268.43
HexC2A09B012141881844
Octal30224023302224301030104
Binary11000010101000001001101101001010100110001000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A09B; }

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

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

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

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

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

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

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

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