Html Css Color HEX #C7BC49 Old Gold

📋 copy color: '#C7BC49'

red 199 ◦ green 188 ◦ blue 73

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

Shades of Old Gold #C7BC49

Tints of Old Gold #C7BC49

RGB

 RED value IS 199 (78.13% from 255) = 43.26%

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

 BLUE value IS 73 (28.91% from 255) = 15.87%

R = 43.26%
G = 40.87%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7BC49 (or 0xC7BC49) is known color: Old Gold. HEX triplet: C7, BC and 49. RGB value is (199,188,73). Sum of RGB (Red+Green+Blue) = 199+188+73=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC49 is #3843B6. Grayscale: #B2B2B2. Windows color (decimal): -3687351 or 4832455. OLE color: 4832455.

HSL color Cylindrical-coordinate representation of color #C7BC49: hue angle of 54.76º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7BC49 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 188 73 -
CMYK 0 0.06 0.63 0.22
HSL 54.76º 0.53% 0.53% -
HSV(B) 54.76º 0.63% 0.78% -
XYZ 42.74 48.59 13.43 -
YUV 178.18 68.64 142.85 -
System Red Green Blue C M Y K H S L
Decimal 199 188 73 0 0.06 0.63 0.22 54.76 0.53 0.53
Hex C7 BC 49 0 6 3F 16 37 35 35
Octal 307 274 111 0 6 77 26 67 65 65
Binary 11000111 10111100 1001001 0 110 111111 10110 110111 110101 110101

Color Harmonies of #C7BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BC49

Black with #C7BC49

Text Example


Text Example

White with #C7BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BC49; }

 p { color: rgb(199,188,73); }

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

background-color css

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

 a { background-color: rgb(199,188,73); }

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

border-color css

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

 span { border-color: rgb(199,188,73); }

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