Html Css Color HEX #C0A96F Putty

📋 copy color: '#C0A96F'

red 192 ◦ green 169 ◦ blue 111

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

Shades of Putty #C0A96F

Tints of Putty #C0A96F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.81%

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

R = 40.68%
G = 35.81%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0A96F (or 0xC0A96F) is known color: Putty. HEX triplet: C0, A9 and 6F. RGB value is (192,169,111). Sum of RGB (Red+Green+Blue) = 192+169+111=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A96F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A96F is #3F5690. Grayscale: #A9A9A9. Windows color (decimal): -4150929 or 7317952. OLE color: 7317952.

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

Color convert

RGB 192 169 111 -
CMYK 0 0.12 0.42 0.25
HSL 42.96º 0.39% 0.59% -
HSV(B) 42.96º 0.42% 0.75% -
XYZ 38.8 40.73 20.86 -
YUV 169.27 95.12 144.22 -
System Red Green Blue C M Y K H S L
Decimal 192 169 111 0 0.12 0.42 0.25 42.96 0.39 0.59
Hex C0 A9 6F 0 C 2A 19 2B 27 3B
Octal 300 251 157 0 14 52 31 53 47 73
Binary 11000000 10101001 1101111 0 1100 101010 11001 101011 100111 111011

Color Harmonies of #C0A96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A96F

Black with #C0A96F

Text Example


Text Example

White with #C0A96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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