Html Css Color HEX #C0AA6E Putty

📋 copy color: '#C0AA6E'

red 192 ◦ green 170 ◦ blue 110

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

Shades of Putty #C0AA6E

Tints of Putty #C0AA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.31%

R = 40.68%
G = 36.02%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0AA6E (or 0xC0AA6E) is known color: Putty. HEX triplet: C0, AA and 6E. RGB value is (192,170,110). Sum of RGB (Red+Green+Blue) = 192+170+110=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA6E is #3F5591. Grayscale: #A9A9A9. Windows color (decimal): -4150674 or 7252672. OLE color: 7252672.

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

Color convert

RGB 192 170 110 -
CMYK 0 0.11 0.43 0.25
HSL 43.9º 0.39% 0.59% -
HSV(B) 43.9º 0.43% 0.75% -
XYZ 38.93 41.08 20.63 -
YUV 169.74 94.29 143.88 -
System Red Green Blue C M Y K H S L
Decimal 192 170 110 0 0.11 0.43 0.25 43.9 0.39 0.59
Hex C0 AA 6E 0 B 2B 19 2C 27 3B
Octal 300 252 156 0 13 53 31 54 47 73
Binary 11000000 10101010 1101110 0 1011 101011 11001 101100 100111 111011

Color Harmonies of #C0AA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA6E

Black with #C0AA6E

Text Example


Text Example

White with #C0AA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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