Html Css Color HEX #C6A49F Eunry

📋 copy color: '#C6A49F'

red 198 ◦ green 164 ◦ blue 159

#C6A49F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eunry #C6A49F

Tints of Eunry #C6A49F

RGB

 RED value IS 198 (77.73% from 255) = 38%

 GREEN value IS 164 (64.45% from 255) = 31.48%

 BLUE value IS 159 (62.5% from 255) = 30.52%

R = 38%
G = 31.48%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6A49F (or 0xC6A49F) is known color: Eunry. HEX triplet: C6, A4 and 9F. RGB value is (198,164,159). Sum of RGB (Red+Green+Blue) = 198+164+159=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A49F is #395B60. Grayscale: #ADADAD. Windows color (decimal): -3758945 or 10462406. OLE color: 10462406.

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

Color convert

RGB 198 164 159 -
CMYK 0 0.17 0.20 0.22
HSL 7.69º 0.25% 0.7% -
HSV(B) 7.69º 0.2% 0.78% -
XYZ 42.82 41.06 38.47 -
YUV 173.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 198 164 159 0 0.17 0.20 0.22 7.69 0.25 0.7
Hex C6 A4 9F 0 11 14 16 8 19 46
Octal 306 244 237 0 21 24 26 10 31 106
Binary 11000110 10100100 10011111 0 10001 10100 10110 1000 11001 1000110

Color Harmonies of #C6A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A49F

Black with #C6A49F

Text Example


Text Example

White with #C6A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A49F; }

 p { color: rgb(198,164,159); }

 H1.HeaderClassName
 {
   color: #C6A49F;
 }
 .AnyTagClassName
 {
   color: #C6A49F;
 }
</style>

background-color css

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

 a { background-color: rgb(198,164,159); }

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

border-color css

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

 span { border-color: rgb(198,164,159); }

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