Html Css Color HEX #C5AA6F Putty

📋 copy color: '#C5AA6F'

red 197 ◦ green 170 ◦ blue 111

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

Shades of Putty #C5AA6F

Tints of Putty #C5AA6F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.56%

 BLUE value IS 111 (43.75% from 255) = 23.22%

R = 41.21%
G = 35.56%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5AA6F (or 0xC5AA6F) is known color: Putty. HEX triplet: C5, AA and 6F. RGB value is (197,170,111). Sum of RGB (Red+Green+Blue) = 197+170+111=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA6F is #3A5590. Grayscale: #ABABAB. Windows color (decimal): -3822993 or 7318213. OLE color: 7318213.

HSL color Cylindrical-coordinate representation of color #C5AA6F: hue angle of 41.16º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5AA6F is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 170 111 -
CMYK 0 0.14 0.44 0.23
HSL 41.16º 0.43% 0.6% -
HSV(B) 41.16º 0.44% 0.77% -
XYZ 40.27 41.77 20.98 -
YUV 171.35 93.95 146.3 -
System Red Green Blue C M Y K H S L
Decimal 197 170 111 0 0.14 0.44 0.23 41.16 0.43 0.6
Hex C5 AA 6F 0 E 2C 17 29 2B 3C
Octal 305 252 157 0 16 54 27 51 53 74
Binary 11000101 10101010 1101111 0 1110 101100 10111 101001 101011 111100

Color Harmonies of #C5AA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA6F

Black with #C5AA6F

Text Example


Text Example

White with #C5AA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA6F; }

 p { color: rgb(197,170,111); }

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

background-color css

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

 a { background-color: rgb(197,170,111); }

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

border-color css

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

 span { border-color: rgb(197,170,111); }

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