Html Css Color HEX #C4AB71 Putty

📋 copy color: '#C4AB71'

red 196 ◦ green 171 ◦ blue 113

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

Shades of Putty #C4AB71

Tints of Putty #C4AB71

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.63%

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

R = 40.83%
G = 35.63%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C4AB71 (or 0xC4AB71) is known color: Putty. HEX triplet: C4, AB and 71. RGB value is (196,171,113). Sum of RGB (Red+Green+Blue) = 196+171+113=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AB71 is #3B548E. Grayscale: #ACACAC. Windows color (decimal): -3888271 or 7449540. OLE color: 7449540.

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

Color convert

RGB 196 171 113 -
CMYK 0 0.13 0.42 0.23
HSL 41.93º 0.41% 0.61% -
HSV(B) 41.93º 0.42% 0.77% -
XYZ 40.31 42.05 21.62 -
YUV 171.86 94.78 145.22 -
System Red Green Blue C M Y K H S L
Decimal 196 171 113 0 0.13 0.42 0.23 41.93 0.41 0.61
Hex C4 AB 71 0 D 2A 17 2A 29 3D
Octal 304 253 161 0 15 52 27 52 51 75
Binary 11000100 10101011 1110001 0 1101 101010 10111 101010 101001 111101

Color Harmonies of #C4AB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AB71

Black with #C4AB71

Text Example


Text Example

White with #C4AB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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