Html Css Color HEX #C5AB79 Putty

📋 copy color: '#C5AB79'

red 197 ◦ green 171 ◦ blue 121

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

Shades of Putty #C5AB79

Tints of Putty #C5AB79

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.97%

 BLUE value IS 121 (47.66% from 255) = 24.74%

R = 40.29%
G = 34.97%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C5AB79 (or 0xC5AB79) is known color: Putty. HEX triplet: C5, AB and 79. RGB value is (197,171,121). Sum of RGB (Red+Green+Blue) = 197+171+121=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AB79 is #3A5486. Grayscale: #ADADAD. Windows color (decimal): -3822727 or 7973829. OLE color: 7973829.

HSL color Cylindrical-coordinate representation of color #C5AB79: hue angle of 39.47º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5AB79 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 171 121 -
CMYK 0 0.13 0.39 0.23
HSL 39.47º 0.4% 0.62% -
HSV(B) 39.47º 0.39% 0.77% -
XYZ 41.04 42.38 24.11 -
YUV 173.07 98.61 145.07 -
System Red Green Blue C M Y K H S L
Decimal 197 171 121 0 0.13 0.39 0.23 39.47 0.4 0.62
Hex C5 AB 79 0 D 27 17 27 28 3E
Octal 305 253 171 0 15 47 27 47 50 76
Binary 11000101 10101011 1111001 0 1101 100111 10111 100111 101000 111110

Color Harmonies of #C5AB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AB79

Black with #C5AB79

Text Example


Text Example

White with #C5AB79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AB79; }

 p { color: rgb(197,171,121); }

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

background-color css

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

 a { background-color: rgb(197,171,121); }

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

border-color css

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

 span { border-color: rgb(197,171,121); }

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