Html Css Color HEX #C5AC74 Putty

📋 copy color: '#C5AC74'

red 197 ◦ green 172 ◦ blue 116

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

Shades of Putty #C5AC74

Tints of Putty #C5AC74

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.46%

 BLUE value IS 116 (45.7% from 255) = 23.92%

R = 40.62%
G = 35.46%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C5AC74 (or 0xC5AC74) is known color: Putty. HEX triplet: C5, AC and 74. RGB value is (197,172,116). Sum of RGB (Red+Green+Blue) = 197+172+116=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AC74 is #3A538B. Grayscale: #ADADAD. Windows color (decimal): -3822476 or 7646405. OLE color: 7646405.

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

Color convert

RGB 197 172 116 -
CMYK 0 0.13 0.41 0.23
HSL 41.48º 0.41% 0.61% -
HSV(B) 41.48º 0.41% 0.77% -
XYZ 40.93 42.64 22.6 -
YUV 173.09 95.78 145.05 -
System Red Green Blue C M Y K H S L
Decimal 197 172 116 0 0.13 0.41 0.23 41.48 0.41 0.61
Hex C5 AC 74 0 D 29 17 29 29 3D
Octal 305 254 164 0 15 51 27 51 51 75
Binary 11000101 10101100 1110100 0 1101 101001 10111 101001 101001 111101

Color Harmonies of #C5AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AC74

Black with #C5AC74

Text Example


Text Example

White with #C5AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AC74; }

 p { color: rgb(197,172,116); }

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

background-color css

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

 a { background-color: rgb(197,172,116); }

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

border-color css

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

 span { border-color: rgb(197,172,116); }

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