Html Css Color HEX #C0AD61 Gimblet

📋 copy color: '#C0AD61'

red 192 ◦ green 173 ◦ blue 97

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

Shades of Gimblet #C0AD61

Tints of Gimblet #C0AD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21%

R = 41.56%
G = 37.45%
B = 21%

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

#C0AD61 (or 0xC0AD61) is known color: Gimblet. HEX triplet: C0, AD and 61. RGB value is (192,173,97). Sum of RGB (Red+Green+Blue) = 192+173+97=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD61 is #3F529E. Grayscale: #AAAAAA. Windows color (decimal): -4149919 or 6401472. OLE color: 6401472.

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

Color convert

RGB 192 173 97 -
CMYK 0 0.10 0.49 0.25
HSL 48º 0.43% 0.57% -
HSV(B) 48º 0.49% 0.75% -
XYZ 38.84 41.96 17.36 -
YUV 170.02 86.79 143.68 -
System Red Green Blue C M Y K H S L
Decimal 192 173 97 0 0.10 0.49 0.25 48 0.43 0.57
Hex C0 AD 61 0 A 31 19 30 2B 39
Octal 300 255 141 0 12 61 31 60 53 71
Binary 11000000 10101101 1100001 0 1010 110001 11001 110000 101011 111001

Color Harmonies of #C0AD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD61

Black with #C0AD61

Text Example


Text Example

White with #C0AD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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