Html Css Color HEX #C0B037 Old Gold

📋 copy color: '#C0B037'

red 192 ◦ green 176 ◦ blue 55

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

Shades of Old Gold #C0B037

Tints of Old Gold #C0B037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13%

R = 45.39%
G = 41.61%
B = 13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C0B037 (or 0xC0B037) is known color: Old Gold. HEX triplet: C0, B0 and 37. RGB value is (192,176,55). Sum of RGB (Red+Green+Blue) = 192+176+55=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B037 is #3F4FC8. Grayscale: #A7A7A7. Windows color (decimal): -4149193 or 3649728. OLE color: 3649728.

HSL color Cylindrical-coordinate representation of color #C0B037: hue angle of 52.99º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0B037 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 176 55 -
CMYK 0 0.08 0.71 0.25
HSL 52.99º 0.55% 0.48% -
HSV(B) 52.99º 0.71% 0.75% -
XYZ 37.95 42.53 9.82 -
YUV 166.99 64.8 145.84 -
System Red Green Blue C M Y K H S L
Decimal 192 176 55 0 0.08 0.71 0.25 52.99 0.55 0.48
Hex C0 B0 37 0 8 47 19 35 37 30
Octal 300 260 67 0 10 107 31 65 67 60
Binary 11000000 10110000 110111 0 1000 1000111 11001 110101 110111 110000

Color Harmonies of #C0B037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B037

Black with #C0B037

Text Example


Text Example

White with #C0B037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B037; }

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

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

background-color css

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

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

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

border-color css

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

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

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