Html Css Color HEX #C4AC71 Putty

📋 copy color: '#C4AC71'

red 196 ◦ green 172 ◦ blue 113

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

Shades of Putty #C4AC71

Tints of Putty #C4AC71

RGB

 RED value IS 196 (76.95% from 255) = 40.75%

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

 BLUE value IS 113 (44.53% from 255) = 23.49%

R = 40.75%
G = 35.76%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C4AC71 (or 0xC4AC71) is known color: Putty. HEX triplet: C4, AC and 71. RGB value is (196,172,113). Sum of RGB (Red+Green+Blue) = 196+172+113=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AC71 is #3B538E. Grayscale: #ACACAC. Windows color (decimal): -3888015 or 7449796. OLE color: 7449796.

HSL color Cylindrical-coordinate representation of color #C4AC71: hue angle of 42.65º degrees, saturation: 0.41, 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 #C4AC71 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 172 113 -
CMYK 0 0.12 0.42 0.23
HSL 42.65º 0.41% 0.61% -
HSV(B) 42.65º 0.42% 0.77% -
XYZ 40.5 42.43 21.68 -
YUV 172.45 94.45 144.8 -
System Red Green Blue C M Y K H S L
Decimal 196 172 113 0 0.12 0.42 0.23 42.65 0.41 0.61
Hex C4 AC 71 0 C 2A 17 2B 29 3D
Octal 304 254 161 0 14 52 27 53 51 75
Binary 11000100 10101100 1110001 0 1100 101010 10111 101011 101001 111101

Color Harmonies of #C4AC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AC71

Black with #C4AC71

Text Example


Text Example

White with #C4AC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AC71; }

 p { color: rgb(196,172,113); }

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

background-color css

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

 a { background-color: rgb(196,172,113); }

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

border-color css

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

 span { border-color: rgb(196,172,113); }

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