Html Css Color HEX #C0B039 Old Gold

📋 copy color: '#C0B039'

red 192 ◦ green 176 ◦ blue 57

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

Shades of Old Gold #C0B039

Tints of Old Gold #C0B039

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.41%

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

R = 45.18%
G = 41.41%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0B039 (or 0xC0B039) is known color: Old Gold. HEX triplet: C0, B0 and 39. RGB value is (192,176,57). Sum of RGB (Red+Green+Blue) = 192+176+57=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B039 is #3F4FC6. Grayscale: #A7A7A7. Windows color (decimal): -4149191 or 3780800. OLE color: 3780800.

HSL color Cylindrical-coordinate representation of color #C0B039: hue angle of 52.89º 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 #C0B039 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 176 57 -
CMYK 0 0.08 0.70 0.25
HSL 52.89º 0.54% 0.49% -
HSV(B) 52.89º 0.7% 0.75% -
XYZ 38 42.55 10.08 -
YUV 167.22 65.8 145.68 -
System Red Green Blue C M Y K H S L
Decimal 192 176 57 0 0.08 0.70 0.25 52.89 0.54 0.49
Hex C0 B0 39 0 8 46 19 35 36 31
Octal 300 260 71 0 10 106 31 65 66 61
Binary 11000000 10110000 111001 0 1000 1000110 11001 110101 110110 110001

Color Harmonies of #C0B039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B039

Black with #C0B039

Text Example


Text Example

White with #C0B039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B039; }

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

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

background-color css

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

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

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

border-color css

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

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

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