Html Css Color HEX #C0BE37 Old Gold

📋 copy color: '#C0BE37'

red 192 ◦ green 190 ◦ blue 55

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

Shades of Old Gold #C0BE37

Tints of Old Gold #C0BE37

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.48%

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

R = 43.94%
G = 43.48%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C0BE37 (or 0xC0BE37) is known color: Old Gold. HEX triplet: C0, BE and 37. RGB value is (192,190,55). Sum of RGB (Red+Green+Blue) = 192+190+55=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 55 (21.88% from 255 or 12.59% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE37 is #3F41C8. Grayscale: #AFAFAF. Windows color (decimal): -4145609 or 3653312. OLE color: 3653312.

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

Color convert

RGB 192 190 55 -
CMYK 0 0.01 0.71 0.25
HSL 59.12º 0.55% 0.48% -
HSV(B) 59.12º 0.71% 0.75% -
XYZ 40.84 48.31 10.79 -
YUV 175.21 60.16 139.98 -
System Red Green Blue C M Y K H S L
Decimal 192 190 55 0 0.01 0.71 0.25 59.12 0.55 0.48
Hex C0 BE 37 0 1 47 19 3B 37 30
Octal 300 276 67 0 1 107 31 73 67 60
Binary 11000000 10111110 110111 0 1 1000111 11001 111011 110111 110000

Color Harmonies of #C0BE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE37

Black with #C0BE37

Text Example


Text Example

White with #C0BE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE37; }

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

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

background-color css

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

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

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

border-color css

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

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

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