Html Css Color HEX #C4AF71 Putty

📋 copy color: '#C4AF71'

red 196 ◦ green 175 ◦ blue 113

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

Shades of Putty #C4AF71

Tints of Putty #C4AF71

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.16%

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

R = 40.5%
G = 36.16%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C4AF71 (or 0xC4AF71) is known color: Putty. HEX triplet: C4, AF and 71. RGB value is (196,175,113). Sum of RGB (Red+Green+Blue) = 196+175+113=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF71 is #3B508E. Grayscale: #AEAEAE. Windows color (decimal): -3887247 or 7450564. OLE color: 7450564.

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

Color convert

RGB 196 175 113 -
CMYK 0 0.11 0.42 0.23
HSL 44.82º 0.41% 0.61% -
HSV(B) 44.82º 0.42% 0.77% -
XYZ 41.08 43.59 21.87 -
YUV 174.21 93.46 143.54 -
System Red Green Blue C M Y K H S L
Decimal 196 175 113 0 0.11 0.42 0.23 44.82 0.41 0.61
Hex C4 AF 71 0 B 2A 17 2D 29 3D
Octal 304 257 161 0 13 52 27 55 51 75
Binary 11000100 10101111 1110001 0 1011 101010 10111 101101 101001 111101

Color Harmonies of #C4AF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF71

Black with #C4AF71

Text Example


Text Example

White with #C4AF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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