Html Css Color HEX #C2A971 Putty

📋 copy color: '#C2A971'

red 194 ◦ green 169 ◦ blue 113

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

Shades of Putty #C2A971

Tints of Putty #C2A971

RGB

 RED value IS 194 (76.17% from 255) = 40.76%

 GREEN value IS 169 (66.41% from 255) = 35.5%

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

R = 40.76%
G = 35.5%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C2A971 (or 0xC2A971) is known color: Putty. HEX triplet: C2, A9 and 71. RGB value is (194,169,113). Sum of RGB (Red+Green+Blue) = 194+169+113=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A971 is #3D568E. Grayscale: #AAAAAA. Windows color (decimal): -4019855 or 7449026. OLE color: 7449026.

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

Color convert

RGB 194 169 113 -
CMYK 0 0.13 0.42 0.24
HSL 41.48º 0.4% 0.6% -
HSV(B) 41.48º 0.42% 0.76% -
XYZ 39.42 41.04 21.47 -
YUV 170.09 95.78 145.05 -
System Red Green Blue C M Y K H S L
Decimal 194 169 113 0 0.13 0.42 0.24 41.48 0.4 0.6
Hex C2 A9 71 0 D 2A 18 29 28 3C
Octal 302 251 161 0 15 52 30 51 50 74
Binary 11000010 10101001 1110001 0 1101 101010 11000 101001 101000 111100

Color Harmonies of #C2A971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A971

Black with #C2A971

Text Example


Text Example

White with #C2A971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A971; }

 p { color: rgb(194,169,113); }

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

background-color css

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

 a { background-color: rgb(194,169,113); }

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

border-color css

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

 span { border-color: rgb(194,169,113); }

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