Html Css Color HEX #C5A396 Eunry

📋 copy color: '#C5A396'

red 197 ◦ green 163 ◦ blue 150

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

Shades of Eunry #C5A396

Tints of Eunry #C5A396

RGB

 RED value IS 197 (77.34% from 255) = 38.63%

 GREEN value IS 163 (64.06% from 255) = 31.96%

 BLUE value IS 150 (58.98% from 255) = 29.41%

R = 38.63%
G = 31.96%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C5A396 (or 0xC5A396) is known color: Eunry. HEX triplet: C5, A3 and 96. RGB value is (197,163,150). Sum of RGB (Red+Green+Blue) = 197+163+150=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A396 is #3A5C69. Grayscale: #ABABAB. Windows color (decimal): -3824746 or 9872325. OLE color: 9872325.

HSL color Cylindrical-coordinate representation of color #C5A396: hue angle of 16.6º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5A396 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 163 150 -
CMYK 0 0.17 0.24 0.23
HSL 16.6º 0.29% 0.68% -
HSV(B) 16.6º 0.24% 0.77% -
XYZ 41.63 40.27 34.43 -
YUV 171.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 197 163 150 0 0.17 0.24 0.23 16.6 0.29 0.68
Hex C5 A3 96 0 11 18 17 11 1D 44
Octal 305 243 226 0 21 30 27 21 35 104
Binary 11000101 10100011 10010110 0 10001 11000 10111 10001 11101 1000100

Color Harmonies of #C5A396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A396

Black with #C5A396

Text Example


Text Example

White with #C5A396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A396; }

 p { color: rgb(197,163,150); }

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

background-color css

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

 a { background-color: rgb(197,163,150); }

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

border-color css

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

 span { border-color: rgb(197,163,150); }

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