Html Css Color HEX #C0BC37 Old Gold

📋 copy color: '#C0BC37'

red 192 ◦ green 188 ◦ blue 55

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

Shades of Old Gold #C0BC37

Tints of Old Gold #C0BC37

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.22%

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

R = 44.14%
G = 43.22%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C0BC37 (or 0xC0BC37) is known color: Old Gold. HEX triplet: C0, BC and 37. RGB value is (192,188,55). Sum of RGB (Red+Green+Blue) = 192+188+55=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 55 (21.88% from 255 or 12.64% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC37 is #3F43C8. Grayscale: #AEAEAE. Windows color (decimal): -4146121 or 3652800. OLE color: 3652800.

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

Color convert

RGB 192 188 55 -
CMYK 0 0.02 0.71 0.25
HSL 58.25º 0.55% 0.48% -
HSV(B) 58.25º 0.71% 0.75% -
XYZ 40.41 47.45 10.64 -
YUV 174.03 60.83 140.81 -
System Red Green Blue C M Y K H S L
Decimal 192 188 55 0 0.02 0.71 0.25 58.25 0.55 0.48
Hex C0 BC 37 0 2 47 19 3A 37 30
Octal 300 274 67 0 2 107 31 72 67 60
Binary 11000000 10111100 110111 0 10 1000111 11001 111010 110111 110000

Color Harmonies of #C0BC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC37

Black with #C0BC37

Text Example


Text Example

White with #C0BC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC37; }

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

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

background-color css

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

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

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

border-color css

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

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

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