Html Css Color HEX #C7A195 Eunry

📋 copy color: '#C7A195'

red 199 ◦ green 161 ◦ blue 149

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

Shades of Eunry #C7A195

Tints of Eunry #C7A195

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.63%

 BLUE value IS 149 (58.59% from 255) = 29.27%

R = 39.1%
G = 31.63%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C7A195 (or 0xC7A195) is known color: Eunry. HEX triplet: C7, A1 and 95. RGB value is (199,161,149). Sum of RGB (Red+Green+Blue) = 199+161+149=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A195 is #385E6A. Grayscale: #ABABAB. Windows color (decimal): -3694187 or 9806279. OLE color: 9806279.

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

Color convert

RGB 199 161 149 -
CMYK 0 0.19 0.25 0.22
HSL 14.4º 0.31% 0.68% -
HSV(B) 14.4º 0.25% 0.78% -
XYZ 41.72 39.8 33.92 -
YUV 170.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 199 161 149 0 0.19 0.25 0.22 14.4 0.31 0.68
Hex C7 A1 95 0 13 19 16 E 1F 44
Octal 307 241 225 0 23 31 26 16 37 104
Binary 11000111 10100001 10010101 0 10011 11001 10110 1110 11111 1000100

Color Harmonies of #C7A195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A195

Black with #C7A195

Text Example


Text Example

White with #C7A195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A195; }

 p { color: rgb(199,161,149); }

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

background-color css

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

 a { background-color: rgb(199,161,149); }

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

border-color css

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

 span { border-color: rgb(199,161,149); }

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