Html Css Color HEX #C3AB71 Putty

📋 copy color: '#C3AB71'

red 195 ◦ green 171 ◦ blue 113

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

Shades of Putty #C3AB71

Tints of Putty #C3AB71

RGB

 RED value IS 195 (76.56% from 255) = 40.71%

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

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

R = 40.71%
G = 35.7%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C3AB71 (or 0xC3AB71) is known color: Putty. HEX triplet: C3, AB and 71. RGB value is (195,171,113). Sum of RGB (Red+Green+Blue) = 195+171+113=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AB71 is #3C548E. Grayscale: #ABABAB. Windows color (decimal): -3953807 or 7449539. OLE color: 7449539.

HSL color Cylindrical-coordinate representation of color #C3AB71: hue angle of 42.44º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3AB71 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 171 113 -
CMYK 0 0.12 0.42 0.24
HSL 42.44º 0.41% 0.6% -
HSV(B) 42.44º 0.42% 0.76% -
XYZ 40.05 41.92 21.6 -
YUV 171.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 195 171 113 0 0.12 0.42 0.24 42.44 0.41 0.6
Hex C3 AB 71 0 C 2A 18 2A 29 3C
Octal 303 253 161 0 14 52 30 52 51 74
Binary 11000011 10101011 1110001 0 1100 101010 11000 101010 101001 111100

Color Harmonies of #C3AB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AB71

Black with #C3AB71

Text Example


Text Example

White with #C3AB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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