Html Css Color HEX #C0BA39 Old Gold

📋 copy color: '#C0BA39'

red 192 ◦ green 186 ◦ blue 57

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

Shades of Old Gold #C0BA39

Tints of Old Gold #C0BA39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.1%

R = 44.14%
G = 42.76%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0BA39 (or 0xC0BA39) is known color: Old Gold. HEX triplet: C0, BA and 39. RGB value is (192,186,57). Sum of RGB (Red+Green+Blue) = 192+186+57=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 57 (22.66% from 255 or 13.10% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA39 is #3F45C6. Grayscale: #ADADAD. Windows color (decimal): -4146631 or 3783360. OLE color: 3783360.

HSL color Cylindrical-coordinate representation of color #C0BA39: hue angle of 57.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0BA39 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 186 57 -
CMYK 0 0.03 0.70 0.25
HSL 57.33º 0.54% 0.49% -
HSV(B) 57.33º 0.7% 0.75% -
XYZ 40.04 46.62 10.76 -
YUV 173.09 62.49 141.49 -
System Red Green Blue C M Y K H S L
Decimal 192 186 57 0 0.03 0.70 0.25 57.33 0.54 0.49
Hex C0 BA 39 0 3 46 19 39 36 31
Octal 300 272 71 0 3 106 31 71 66 61
Binary 11000000 10111010 111001 0 11 1000110 11001 111001 110110 110001

Color Harmonies of #C0BA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA39

Black with #C0BA39

Text Example


Text Example

White with #C0BA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA39; }

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

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

background-color css

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

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

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

border-color css

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

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

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