#C6A29A

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

Shades of Eunry #C6A29A

Tints of Eunry #C6A29A

Color information

#C6A29A (or 0xC6A29A) is unknown color: approx Eunry. HEX triplet: C6, A2 and 9A. RGB value is (198,162,154). Sum of RGB (Red+Green+Blue) = 198+162+154=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A29A is #395D65. Grayscale: #ABABAB. Windows color (decimal): -3759462 or 10134214. OLE color: 10134214.

HSL color Cylindrical-coordinate representation of color #C6A29A: hue angle of 10.91º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6A29A is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB198162154-
CMYK00.180.220.22
HSL10.91º27.85%69.02%-
HSV(B)10.91º22.22%77.65%-
XYZ42.0440.1836.11-
YUV171.85117.93146.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.52%
GREEN value IS 162 (63.67% from 255) = 31.52%
BLUE value IS 154 (60.55% from 255) = 29.96%
R=38.52%
G=31.52%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816215400.180.220.2210.9127.8569.02
HexC6A29A0121616b1c45
Octal30624223202226261334105
Binary11000110101000101001101001001010110101101011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A29A; }

 p { color: rgb(198,162,154); }

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

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

 a { background-color: rgb(198,162,154); }

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

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

 span { border-color: rgb(198,162,154); }

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