Html Css Color HEX #C0B944 Old Gold

📋 copy color: '#C0B944'

red 192 ◦ green 185 ◦ blue 68

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

Shades of Old Gold #C0B944

Tints of Old Gold #C0B944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.28%

R = 43.15%
G = 41.57%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C0B944 (or 0xC0B944) is known color: Old Gold. HEX triplet: C0, B9 and 44. RGB value is (192,185,68). Sum of RGB (Red+Green+Blue) = 192+185+68=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 68 (26.95% from 255 or 15.28% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B944 is #3F46BB. Grayscale: #AEAEAE. Windows color (decimal): -4146876 or 4504000. OLE color: 4504000.

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

Color convert

RGB 192 185 68 -
CMYK 0 0.04 0.65 0.25
HSL 56.61º 0.5% 0.51% -
HSV(B) 56.61º 0.65% 0.75% -
XYZ 40.13 46.32 12.29 -
YUV 173.76 68.32 141.01 -
System Red Green Blue C M Y K H S L
Decimal 192 185 68 0 0.04 0.65 0.25 56.61 0.5 0.51
Hex C0 B9 44 0 4 41 19 39 32 33
Octal 300 271 104 0 4 101 31 71 62 63
Binary 11000000 10111001 1000100 0 100 1000001 11001 111001 110010 110011

Color Harmonies of #C0B944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B944

Black with #C0B944

Text Example


Text Example

White with #C0B944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B944; }

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

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

background-color css

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

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

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

border-color css

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

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

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