Html Css Color HEX #C0AD64 Gimblet

📋 copy color: '#C0AD64'

red 192 ◦ green 173 ◦ blue 100

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

Shades of Gimblet #C0AD64

Tints of Gimblet #C0AD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.51%

R = 41.29%
G = 37.2%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0AD64 (or 0xC0AD64) is known color: Gimblet. HEX triplet: C0, AD and 64. RGB value is (192,173,100). Sum of RGB (Red+Green+Blue) = 192+173+100=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD64 is #3F529B. Grayscale: #AAAAAA. Windows color (decimal): -4149916 or 6598080. OLE color: 6598080.

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

Color convert

RGB 192 173 100 -
CMYK 0 0.10 0.48 0.25
HSL 47.61º 0.42% 0.57% -
HSV(B) 47.61º 0.48% 0.75% -
XYZ 38.98 42.01 18.11 -
YUV 170.36 88.29 143.44 -
System Red Green Blue C M Y K H S L
Decimal 192 173 100 0 0.10 0.48 0.25 47.61 0.42 0.57
Hex C0 AD 64 0 A 30 19 30 2A 39
Octal 300 255 144 0 12 60 31 60 52 71
Binary 11000000 10101101 1100100 0 1010 110000 11001 110000 101010 111001

Color Harmonies of #C0AD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD64

Black with #C0AD64

Text Example


Text Example

White with #C0AD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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