Html Css Color HEX #C5A496 Eunry

📋 copy color: '#C5A496'

red 197 ◦ green 164 ◦ blue 150

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

Shades of Eunry #C5A496

Tints of Eunry #C5A496

RGB

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

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

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

R = 38.55%
G = 32.09%
B = 29.35%

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

#C5A496 (or 0xC5A496) is known color: Eunry. HEX triplet: C5, A4 and 96. RGB value is (197,164,150). Sum of RGB (Red+Green+Blue) = 197+164+150=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A496 is #3A5B69. Grayscale: #ACACAC. Windows color (decimal): -3824490 or 9872581. OLE color: 9872581.

HSL color Cylindrical-coordinate representation of color #C5A496: hue angle of 17.87º 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 #C5A496 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 164 150 -
CMYK 0 0.17 0.24 0.23
HSL 17.87º 0.29% 0.68% -
HSV(B) 17.87º 0.24% 0.77% -
XYZ 41.81 40.62 34.49 -
YUV 172.27 115.43 145.64 -
System Red Green Blue C M Y K H S L
Decimal 197 164 150 0 0.17 0.24 0.23 17.87 0.29 0.68
Hex C5 A4 96 0 11 18 17 12 1D 44
Octal 305 244 226 0 21 30 27 22 35 104
Binary 11000101 10100100 10010110 0 10001 11000 10111 10010 11101 1000100

Color Harmonies of #C5A496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A496

Black with #C5A496

Text Example


Text Example

White with #C5A496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A496; }

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

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

background-color css

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

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

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

border-color css

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

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

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