Html Css Color HEX #C5AB72 Putty

📋 copy color: '#C5AB72'

red 197 ◦ green 171 ◦ blue 114

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

Shades of Putty #C5AB72

Tints of Putty #C5AB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.65%

R = 40.87%
G = 35.48%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C5AB72 (or 0xC5AB72) is known color: Putty. HEX triplet: C5, AB and 72. RGB value is (197,171,114). Sum of RGB (Red+Green+Blue) = 197+171+114=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AB72 is #3A548D. Grayscale: #ACACAC. Windows color (decimal): -3822734 or 7515077. OLE color: 7515077.

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

Color convert

RGB 197 171 114 -
CMYK 0 0.13 0.42 0.23
HSL 41.2º 0.42% 0.61% -
HSV(B) 41.2º 0.42% 0.77% -
XYZ 40.63 42.21 21.93 -
YUV 172.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 197 171 114 0 0.13 0.42 0.23 41.2 0.42 0.61
Hex C5 AB 72 0 D 2A 17 29 2A 3D
Octal 305 253 162 0 15 52 27 51 52 75
Binary 11000101 10101011 1110010 0 1101 101010 10111 101001 101010 111101

Color Harmonies of #C5AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AB72

Black with #C5AB72

Text Example


Text Example

White with #C5AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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