Html Css Color HEX #C0AA6F Putty

📋 copy color: '#C0AA6F'

red 192 ◦ green 170 ◦ blue 111

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

Shades of Putty #C0AA6F

Tints of Putty #C0AA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.47%

R = 40.59%
G = 35.94%
B = 23.47%

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

#C0AA6F (or 0xC0AA6F) is known color: Putty. HEX triplet: C0, AA and 6F. RGB value is (192,170,111). Sum of RGB (Red+Green+Blue) = 192+170+111=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA6F is #3F5590. Grayscale: #AAAAAA. Windows color (decimal): -4150673 or 7318208. OLE color: 7318208.

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

Color convert

RGB 192 170 111 -
CMYK 0 0.11 0.42 0.25
HSL 43.7º 0.39% 0.59% -
HSV(B) 43.7º 0.42% 0.75% -
XYZ 38.98 41.1 20.92 -
YUV 169.85 94.79 143.8 -
System Red Green Blue C M Y K H S L
Decimal 192 170 111 0 0.11 0.42 0.25 43.7 0.39 0.59
Hex C0 AA 6F 0 B 2A 19 2C 27 3B
Octal 300 252 157 0 13 52 31 54 47 73
Binary 11000000 10101010 1101111 0 1011 101010 11001 101100 100111 111011

Color Harmonies of #C0AA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA6F

Black with #C0AA6F

Text Example


Text Example

White with #C0AA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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