Html Css Color HEX #C5A096 Eunry

📋 copy color: '#C5A096'

red 197 ◦ green 160 ◦ blue 150

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

Shades of Eunry #C5A096

Tints of Eunry #C5A096

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.56%

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

R = 38.86%
G = 31.56%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C5A096 (or 0xC5A096) is known color: Eunry. HEX triplet: C5, A0 and 96. RGB value is (197,160,150). Sum of RGB (Red+Green+Blue) = 197+160+150=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A096 is #3A5F69. Grayscale: #AAAAAA. Windows color (decimal): -3825514 or 9871557. OLE color: 9871557.

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

Color convert

RGB 197 160 150 -
CMYK 0 0.19 0.24 0.23
HSL 12.77º 0.29% 0.68% -
HSV(B) 12.77º 0.24% 0.77% -
XYZ 41.1 39.21 34.26 -
YUV 169.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 197 160 150 0 0.19 0.24 0.23 12.77 0.29 0.68
Hex C5 A0 96 0 13 18 17 D 1D 44
Octal 305 240 226 0 23 30 27 15 35 104
Binary 11000101 10100000 10010110 0 10011 11000 10111 1101 11101 1000100

Color Harmonies of #C5A096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A096

Black with #C5A096

Text Example


Text Example

White with #C5A096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A096; }

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

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

background-color css

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

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

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

border-color css

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

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

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