Html Css Color HEX #C2AA71 Putty

📋 copy color: '#C2AA71'

red 194 ◦ green 170 ◦ blue 113

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

Shades of Putty #C2AA71

Tints of Putty #C2AA71

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.64%

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

R = 40.67%
G = 35.64%
B = 23.69%

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

#C2AA71 (or 0xC2AA71) is known color: Putty. HEX triplet: C2, AA and 71. RGB value is (194,170,113). Sum of RGB (Red+Green+Blue) = 194+170+113=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA71 is #3D558E. Grayscale: #AAAAAA. Windows color (decimal): -4019599 or 7449282. OLE color: 7449282.

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

Color convert

RGB 194 170 113 -
CMYK 0 0.12 0.42 0.24
HSL 42.22º 0.4% 0.6% -
HSV(B) 42.22º 0.42% 0.76% -
XYZ 39.6 41.41 21.53 -
YUV 170.68 95.45 144.63 -
System Red Green Blue C M Y K H S L
Decimal 194 170 113 0 0.12 0.42 0.24 42.22 0.4 0.6
Hex C2 AA 71 0 C 2A 18 2A 28 3C
Octal 302 252 161 0 14 52 30 52 50 74
Binary 11000010 10101010 1110001 0 1100 101010 11000 101010 101000 111100

Color Harmonies of #C2AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA71

Black with #C2AA71

Text Example


Text Example

White with #C2AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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