Html Css Color HEX #C0A76F Putty

📋 copy color: '#C0A76F'

red 192 ◦ green 167 ◦ blue 111

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

Shades of Putty #C0A76F

Tints of Putty #C0A76F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.53%

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

R = 40.85%
G = 35.53%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0A76F (or 0xC0A76F) is known color: Putty. HEX triplet: C0, A7 and 6F. RGB value is (192,167,111). Sum of RGB (Red+Green+Blue) = 192+167+111=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A76F is #3F5890. Grayscale: #A8A8A8. Windows color (decimal): -4151441 or 7317440. OLE color: 7317440.

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

Color convert

RGB 192 167 111 -
CMYK 0 0.13 0.42 0.25
HSL 41.48º 0.39% 0.59% -
HSV(B) 41.48º 0.42% 0.75% -
XYZ 38.43 39.99 20.73 -
YUV 168.09 95.78 145.05 -
System Red Green Blue C M Y K H S L
Decimal 192 167 111 0 0.13 0.42 0.25 41.48 0.39 0.59
Hex C0 A7 6F 0 D 2A 19 29 27 3B
Octal 300 247 157 0 15 52 31 51 47 73
Binary 11000000 10100111 1101111 0 1101 101010 11001 101001 100111 111011

Color Harmonies of #C0A76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A76F

Black with #C0A76F

Text Example


Text Example

White with #C0A76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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