Html Css Color HEX #C0B940 Old Gold

📋 copy color: '#C0B940'

red 192 ◦ green 185 ◦ blue 64

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

Shades of Old Gold #C0B940

Tints of Old Gold #C0B940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.95%

 BLUE value IS 64 (25.39% from 255) = 14.51%

R = 43.54%
G = 41.95%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0B940 (or 0xC0B940) is known color: Old Gold. HEX triplet: C0, B9 and 40. RGB value is (192,185,64). Sum of RGB (Red+Green+Blue) = 192+185+64=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B940 is #3F46BF. Grayscale: #ADADAD. Windows color (decimal): -4146880 or 4241856. OLE color: 4241856.

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

Color convert

RGB 192 185 64 -
CMYK 0 0.04 0.67 0.25
HSL 56.72º 0.5% 0.5% -
HSV(B) 56.72º 0.67% 0.75% -
XYZ 40.01 46.27 11.67 -
YUV 173.3 66.32 141.34 -
System Red Green Blue C M Y K H S L
Decimal 192 185 64 0 0.04 0.67 0.25 56.72 0.5 0.5
Hex C0 B9 40 0 4 43 19 39 32 32
Octal 300 271 100 0 4 103 31 71 62 62
Binary 11000000 10111001 1000000 0 100 1000011 11001 111001 110010 110010

Color Harmonies of #C0B940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B940

Black with #C0B940

Text Example


Text Example

White with #C0B940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B940; }

 p { color: rgb(192,185,64); }

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

background-color css

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

 a { background-color: rgb(192,185,64); }

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

border-color css

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

 span { border-color: rgb(192,185,64); }

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