Html Css Color HEX #C0AA70 Putty

📋 copy color: '#C0AA70'

red 192 ◦ green 170 ◦ blue 112

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

Shades of Putty #C0AA70

Tints of Putty #C0AA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.63%

R = 40.51%
G = 35.86%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0AA70 (or 0xC0AA70) is known color: Putty. HEX triplet: C0, AA and 70. RGB value is (192,170,112). Sum of RGB (Red+Green+Blue) = 192+170+112=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA70 is #3F558F. Grayscale: #AAAAAA. Windows color (decimal): -4150672 or 7383744. OLE color: 7383744.

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

Color convert

RGB 192 170 112 -
CMYK 0 0.11 0.42 0.25
HSL 43.5º 0.39% 0.6% -
HSV(B) 43.5º 0.42% 0.75% -
XYZ 39.04 41.13 21.21 -
YUV 169.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 192 170 112 0 0.11 0.42 0.25 43.5 0.39 0.6
Hex C0 AA 70 0 B 2A 19 2C 27 3C
Octal 300 252 160 0 13 52 31 54 47 74
Binary 11000000 10101010 1110000 0 1011 101010 11001 101100 100111 111100

Color Harmonies of #C0AA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA70

Black with #C0AA70

Text Example


Text Example

White with #C0AA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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