#C6A29E

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

Shades of Eunry #C6A29E

Tints of Eunry #C6A29E

Color information

#C6A29E (or 0xC6A29E) is unknown color: approx Eunry. HEX triplet: C6, A2 and 9E. RGB value is (198,162,158). Sum of RGB (Red+Green+Blue) = 198+162+158=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A29E is #395D61. Grayscale: #ACACAC. Windows color (decimal): -3759458 or 10396358. OLE color: 10396358.

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

Color convert

RGB198162158-
CMYK00.180.200.22
HSL25.97%69.8%-
HSV(B)20.2%77.65%-
XYZ42.3840.3237.9-
YUV172.31119.93146.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.22%
GREEN value IS 162 (63.67% from 255) = 31.27%
BLUE value IS 158 (62.11% from 255) = 30.50%
R=38.22%
G=31.27%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816215800.180.200.22625.9769.8
HexC6A29E012141661a46
Octal3062422360222426632106
Binary1100011010100010100111100100101010010110110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A29E; }

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

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

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

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

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

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

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

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