Html Css Color HEX #C7B546 Old Gold

📋 copy color: '#C7B546'

red 199 ◦ green 181 ◦ blue 70

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

Shades of Old Gold #C7B546

Tints of Old Gold #C7B546

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.22%

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

R = 44.22%
G = 40.22%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C7B546 (or 0xC7B546) is known color: Old Gold. HEX triplet: C7, B5 and 46. RGB value is (199,181,70). Sum of RGB (Red+Green+Blue) = 199+181+70=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B546 is #384AB9. Grayscale: #AEAEAE. Windows color (decimal): -3689146 or 4634055. OLE color: 4634055.

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

Color convert

RGB 199 181 70 -
CMYK 0 0.09 0.65 0.22
HSL 51.63º 0.54% 0.53% -
HSV(B) 51.63º 0.65% 0.78% -
XYZ 41.18 45.63 12.43 -
YUV 173.73 69.46 146.03 -
System Red Green Blue C M Y K H S L
Decimal 199 181 70 0 0.09 0.65 0.22 51.63 0.54 0.53
Hex C7 B5 46 0 9 41 16 34 36 35
Octal 307 265 106 0 11 101 26 64 66 65
Binary 11000111 10110101 1000110 0 1001 1000001 10110 110100 110110 110101

Color Harmonies of #C7B546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B546

Black with #C7B546

Text Example


Text Example

White with #C7B546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B546; }

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

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

background-color css

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

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

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

border-color css

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

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

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