Html Css Color HEX #C4AD71 Putty

📋 copy color: '#C4AD71'

red 196 ◦ green 173 ◦ blue 113

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

Shades of Putty #C4AD71

Tints of Putty #C4AD71

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.89%

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

R = 40.66%
G = 35.89%
B = 23.44%

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

#C4AD71 (or 0xC4AD71) is known color: Putty. HEX triplet: C4, AD and 71. RGB value is (196,173,113). Sum of RGB (Red+Green+Blue) = 196+173+113=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD71 is #3B528E. Grayscale: #ADADAD. Windows color (decimal): -3887759 or 7450052. OLE color: 7450052.

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

Color convert

RGB 196 173 113 -
CMYK 0 0.12 0.42 0.23
HSL 43.37º 0.41% 0.61% -
HSV(B) 43.37º 0.42% 0.77% -
XYZ 40.69 42.82 21.74 -
YUV 173.04 94.12 144.38 -
System Red Green Blue C M Y K H S L
Decimal 196 173 113 0 0.12 0.42 0.23 43.37 0.41 0.61
Hex C4 AD 71 0 C 2A 17 2B 29 3D
Octal 304 255 161 0 14 52 27 53 51 75
Binary 11000100 10101101 1110001 0 1100 101010 10111 101011 101001 111101

Color Harmonies of #C4AD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD71

Black with #C4AD71

Text Example


Text Example

White with #C4AD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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