#C0A29B

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

Shades of Eunry #C0A29B

Tints of Eunry #C0A29B

Color information

#C0A29B (or 0xC0A29B) is unknown color: approx Eunry. HEX triplet: C0, A2 and 9B. RGB value is (192,162,155). Sum of RGB (Red+Green+Blue) = 192+162+155=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A29B is #3F5D64. Grayscale: #AAAAAA. Windows color (decimal): -4152677 or 10199744. OLE color: 10199744.

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

Color convert

RGB192162155-
CMYK00.160.190.25
HSL11.35º22.7%68.04%-
HSV(B)11.35º19.27%75.29%-
XYZ40.5739.4136.48-
YUV170.17119.44143.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.72%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 155 (60.94% from 255) = 30.45%
R=37.72%
G=31.83%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216215500.160.190.2511.3522.768.04
HexC0A29B0101319b1744
Octal30024223302023311327104
Binary11000000101000101001101101000010011110011011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A29B; }

 p { color: rgb(192,162,155); }

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

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

 a { background-color: rgb(192,162,155); }

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

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

 span { border-color: rgb(192,162,155); }

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