Html Css Color HEX #C7A49F Eunry

📋 copy color: '#C7A49F'

red 199 ◦ green 164 ◦ blue 159

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

Shades of Eunry #C7A49F

Tints of Eunry #C7A49F

RGB

 RED value IS 199 (78.13% from 255) = 38.12%

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

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

R = 38.12%
G = 31.42%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C7A49F (or 0xC7A49F) is known color: Eunry. HEX triplet: C7, A4 and 9F. RGB value is (199,164,159). Sum of RGB (Red+Green+Blue) = 199+164+159=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A49F is #385B60. Grayscale: #ADADAD. Windows color (decimal): -3693409 or 10462407. OLE color: 10462407.

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

Color convert

RGB 199 164 159 -
CMYK 0 0.18 0.20 0.22
HSL 7.5º 0.26% 0.7% -
HSV(B) 7.5º 0.2% 0.78% -
XYZ 43.09 41.2 38.48 -
YUV 173.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 199 164 159 0 0.18 0.20 0.22 7.5 0.26 0.7
Hex C7 A4 9F 0 12 14 16 8 1A 46
Octal 307 244 237 0 22 24 26 10 32 106
Binary 11000111 10100100 10011111 0 10010 10100 10110 1000 11010 1000110

Color Harmonies of #C7A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A49F

Black with #C7A49F

Text Example


Text Example

White with #C7A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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