Html Css Color HEX #C0AD62 Gimblet

📋 copy color: '#C0AD62'

red 192 ◦ green 173 ◦ blue 98

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

Shades of Gimblet #C0AD62

Tints of Gimblet #C0AD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.17%

R = 41.47%
G = 37.37%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C0AD62 (or 0xC0AD62) is known color: Gimblet. HEX triplet: C0, AD and 62. RGB value is (192,173,98). Sum of RGB (Red+Green+Blue) = 192+173+98=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD62 is #3F529D. Grayscale: #AAAAAA. Windows color (decimal): -4149918 or 6467008. OLE color: 6467008.

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

Color convert

RGB 192 173 98 -
CMYK 0 0.10 0.49 0.25
HSL 47.87º 0.43% 0.57% -
HSV(B) 47.87º 0.49% 0.75% -
XYZ 38.89 41.98 17.61 -
YUV 170.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 192 173 98 0 0.10 0.49 0.25 47.87 0.43 0.57
Hex C0 AD 62 0 A 31 19 30 2B 39
Octal 300 255 142 0 12 61 31 60 53 71
Binary 11000000 10101101 1100010 0 1010 110001 11001 110000 101011 111001

Color Harmonies of #C0AD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD62

Black with #C0AD62

Text Example


Text Example

White with #C0AD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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