Html Css Color HEX #C5AA75 Putty

📋 copy color: '#C5AA75'

red 197 ◦ green 170 ◦ blue 117

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

Shades of Putty #C5AA75

Tints of Putty #C5AA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.17%

R = 40.7%
G = 35.12%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C5AA75 (or 0xC5AA75) is known color: Putty. HEX triplet: C5, AA and 75. RGB value is (197,170,117). Sum of RGB (Red+Green+Blue) = 197+170+117=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA75 is #3A558A. Grayscale: #ACACAC. Windows color (decimal): -3822987 or 7711429. OLE color: 7711429.

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

Color convert

RGB 197 170 117 -
CMYK 0 0.14 0.41 0.23
HSL 39.75º 0.41% 0.62% -
HSV(B) 39.75º 0.41% 0.77% -
XYZ 40.61 41.9 22.78 -
YUV 172.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 197 170 117 0 0.14 0.41 0.23 39.75 0.41 0.62
Hex C5 AA 75 0 E 29 17 28 29 3E
Octal 305 252 165 0 16 51 27 50 51 76
Binary 11000101 10101010 1110101 0 1110 101001 10111 101000 101001 111110

Color Harmonies of #C5AA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA75

Black with #C5AA75

Text Example


Text Example

White with #C5AA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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