Html Css Color HEX #C0BA31 Old Gold

📋 copy color: '#C0BA31'

red 192 ◦ green 186 ◦ blue 49

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

Shades of Old Gold #C0BA31

Tints of Old Gold #C0BA31

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.56%

 BLUE value IS 49 (19.53% from 255) = 11.48%

R = 44.96%
G = 43.56%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C0BA31 (or 0xC0BA31) is known color: Old Gold. HEX triplet: C0, BA and 31. RGB value is (192,186,49). Sum of RGB (Red+Green+Blue) = 192+186+49=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA31 is #3F45CE. Grayscale: #ACACAC. Windows color (decimal): -4146639 or 3259072. OLE color: 3259072.

HSL color Cylindrical-coordinate representation of color #C0BA31: hue angle of 57.48º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0BA31 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 186 49 -
CMYK 0 0.03 0.74 0.25
HSL 57.48º 0.59% 0.47% -
HSV(B) 57.48º 0.74% 0.75% -
XYZ 39.85 46.55 9.79 -
YUV 172.18 58.49 142.14 -
System Red Green Blue C M Y K H S L
Decimal 192 186 49 0 0.03 0.74 0.25 57.48 0.59 0.47
Hex C0 BA 31 0 3 4A 19 39 3B 2F
Octal 300 272 61 0 3 112 31 71 73 57
Binary 11000000 10111010 110001 0 11 1001010 11001 111001 111011 101111

Color Harmonies of #C0BA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA31

Black with #C0BA31

Text Example


Text Example

White with #C0BA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA31; }

 p { color: rgb(192,186,49); }

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

background-color css

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

 a { background-color: rgb(192,186,49); }

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

border-color css

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

 span { border-color: rgb(192,186,49); }

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