Html Css Color HEX #C7B847 Old Gold

📋 copy color: '#C7B847'

red 199 ◦ green 184 ◦ blue 71

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

Shades of Old Gold #C7B847

Tints of Old Gold #C7B847

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.53%

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

R = 43.83%
G = 40.53%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C7B847 (or 0xC7B847) is known color: Old Gold. HEX triplet: C7, B8 and 47. RGB value is (199,184,71). Sum of RGB (Red+Green+Blue) = 199+184+71=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B847 is #3847B8. Grayscale: #B0B0B0. Windows color (decimal): -3688377 or 4700359. OLE color: 4700359.

HSL color Cylindrical-coordinate representation of color #C7B847: hue angle of 52.97º 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 #C7B847 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 184 71 -
CMYK 0 0.08 0.64 0.22
HSL 52.97º 0.53% 0.53% -
HSV(B) 52.97º 0.64% 0.78% -
XYZ 41.83 46.88 12.8 -
YUV 175.6 68.97 144.69 -
System Red Green Blue C M Y K H S L
Decimal 199 184 71 0 0.08 0.64 0.22 52.97 0.53 0.53
Hex C7 B8 47 0 8 40 16 35 35 35
Octal 307 270 107 0 10 100 26 65 65 65
Binary 11000111 10111000 1000111 0 1000 1000000 10110 110101 110101 110101

Color Harmonies of #C7B847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B847

Black with #C7B847

Text Example


Text Example

White with #C7B847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B847; }

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

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

background-color css

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

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

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

border-color css

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

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

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