Html Css Color HEX #C0AD60 Gimblet

📋 copy color: '#C0AD60'

red 192 ◦ green 173 ◦ blue 96

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

Shades of Gimblet #C0AD60

Tints of Gimblet #C0AD60

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.53%

 BLUE value IS 96 (37.89% from 255) = 20.82%

R = 41.65%
G = 37.53%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C0AD60 (or 0xC0AD60) is known color: Gimblet. HEX triplet: C0, AD and 60. RGB value is (192,173,96). Sum of RGB (Red+Green+Blue) = 192+173+96=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD60 is #3F529F. Grayscale: #AAAAAA. Windows color (decimal): -4149920 or 6335936. OLE color: 6335936.

HSL color Cylindrical-coordinate representation of color #C0AD60: hue angle of 48.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0AD60 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 96 -
CMYK 0 0.10 0.50 0.25
HSL 48.13º 0.43% 0.56% -
HSV(B) 48.13º 0.5% 0.75% -
XYZ 38.79 41.94 17.12 -
YUV 169.9 86.29 143.76 -
System Red Green Blue C M Y K H S L
Decimal 192 173 96 0 0.10 0.50 0.25 48.13 0.43 0.56
Hex C0 AD 60 0 A 32 19 30 2B 38
Octal 300 255 140 0 12 62 31 60 53 70
Binary 11000000 10101101 1100000 0 1010 110010 11001 110000 101011 111000

Color Harmonies of #C0AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD60

Black with #C0AD60

Text Example


Text Example

White with #C0AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD60; }

 p { color: rgb(192,173,96); }

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

background-color css

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

 a { background-color: rgb(192,173,96); }

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

border-color css

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

 span { border-color: rgb(192,173,96); }

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