Html Css Color HEX #C0AA71 Putty

📋 copy color: '#C0AA71'

red 192 ◦ green 170 ◦ blue 113

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

Shades of Putty #C0AA71

Tints of Putty #C0AA71

RGB

 RED value IS 192 (75.39% from 255) = 40.42%

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

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

R = 40.42%
G = 35.79%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C0AA71 (or 0xC0AA71) is known color: Putty. HEX triplet: C0, AA and 71. RGB value is (192,170,113). Sum of RGB (Red+Green+Blue) = 192+170+113=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA71 is #3F558E. Grayscale: #AAAAAA. Windows color (decimal): -4150671 or 7449280. OLE color: 7449280.

HSL color Cylindrical-coordinate representation of color #C0AA71: hue angle of 43.29º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0AA71 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 170 113 -
CMYK 0 0.11 0.41 0.25
HSL 43.29º 0.39% 0.6% -
HSV(B) 43.29º 0.41% 0.75% -
XYZ 39.09 41.15 21.5 -
YUV 170.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 192 170 113 0 0.11 0.41 0.25 43.29 0.39 0.6
Hex C0 AA 71 0 B 29 19 2B 27 3C
Octal 300 252 161 0 13 51 31 53 47 74
Binary 11000000 10101010 1110001 0 1011 101001 11001 101011 100111 111100

Color Harmonies of #C0AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA71

Black with #C0AA71

Text Example


Text Example

White with #C0AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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