Html Css Color HEX #C7BC47 Old Gold

📋 copy color: '#C7BC47'

red 199 ◦ green 188 ◦ blue 71

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

Shades of Old Gold #C7BC47

Tints of Old Gold #C7BC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.5%

R = 43.45%
G = 41.05%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C7BC47 (or 0xC7BC47) is known color: Old Gold. HEX triplet: C7, BC and 47. RGB value is (199,188,71). Sum of RGB (Red+Green+Blue) = 199+188+71=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC47 is #3843B8. Grayscale: #B2B2B2. Windows color (decimal): -3687353 or 4701383. OLE color: 4701383.

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

Color convert

RGB 199 188 71 -
CMYK 0 0.06 0.64 0.22
HSL 54.84º 0.53% 0.53% -
HSV(B) 54.84º 0.64% 0.78% -
XYZ 42.67 48.56 13.09 -
YUV 177.95 67.64 143.01 -
System Red Green Blue C M Y K H S L
Decimal 199 188 71 0 0.06 0.64 0.22 54.84 0.53 0.53
Hex C7 BC 47 0 6 40 16 37 35 35
Octal 307 274 107 0 6 100 26 67 65 65
Binary 11000111 10111100 1000111 0 110 1000000 10110 110111 110101 110101

Color Harmonies of #C7BC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BC47

Black with #C7BC47

Text Example


Text Example

White with #C7BC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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