Html Css Color HEX #C7B746 Old Gold

📋 copy color: '#C7B746'

red 199 ◦ green 183 ◦ blue 70

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

Shades of Old Gold #C7B746

Tints of Old Gold #C7B746

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.49%

 BLUE value IS 70 (27.73% from 255) = 15.49%

R = 44.03%
G = 40.49%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C7B746 (or 0xC7B746) is known color: Old Gold. HEX triplet: C7, B7 and 46. RGB value is (199,183,70). Sum of RGB (Red+Green+Blue) = 199+183+70=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B746 is #3848B9. Grayscale: #AFAFAF. Windows color (decimal): -3688634 or 4634567. OLE color: 4634567.

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

Color convert

RGB 199 183 70 -
CMYK 0 0.08 0.65 0.22
HSL 52.56º 0.54% 0.53% -
HSV(B) 52.56º 0.65% 0.78% -
XYZ 41.59 46.45 12.57 -
YUV 174.9 68.8 145.19 -
System Red Green Blue C M Y K H S L
Decimal 199 183 70 0 0.08 0.65 0.22 52.56 0.54 0.53
Hex C7 B7 46 0 8 41 16 35 36 35
Octal 307 267 106 0 10 101 26 65 66 65
Binary 11000111 10110111 1000110 0 1000 1000001 10110 110101 110110 110101

Color Harmonies of #C7B746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B746

Black with #C7B746

Text Example


Text Example

White with #C7B746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B746; }

 p { color: rgb(199,183,70); }

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

background-color css

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

 a { background-color: rgb(199,183,70); }

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

border-color css

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

 span { border-color: rgb(199,183,70); }

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