Html Css Color HEX #C5B746 Old Gold

📋 copy color: '#C5B746'

red 197 ◦ green 183 ◦ blue 70

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

Shades of Old Gold #C5B746

Tints of Old Gold #C5B746

RGB

 RED value IS 197 (77.34% from 255) = 43.78%

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

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

R = 43.78%
G = 40.67%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C5B746 (or 0xC5B746) is known color: Old Gold. HEX triplet: C5, B7 and 46. RGB value is (197,183,70). Sum of RGB (Red+Green+Blue) = 197+183+70=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B746 is #3A48B9. Grayscale: #AEAEAE. Windows color (decimal): -3819706 or 4634565. OLE color: 4634565.

HSL color Cylindrical-coordinate representation of color #C5B746: hue angle of 53.39º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5B746 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 183 70 -
CMYK 0 0.07 0.64 0.23
HSL 53.39º 0.52% 0.52% -
HSV(B) 53.39º 0.64% 0.77% -
XYZ 41.06 46.18 12.54 -
YUV 174.3 69.14 144.19 -
System Red Green Blue C M Y K H S L
Decimal 197 183 70 0 0.07 0.64 0.23 53.39 0.52 0.52
Hex C5 B7 46 0 7 40 17 35 34 34
Octal 305 267 106 0 7 100 27 65 64 64
Binary 11000101 10110111 1000110 0 111 1000000 10111 110101 110100 110100

Color Harmonies of #C5B746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B746

Black with #C5B746

Text Example


Text Example

White with #C5B746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B746; }

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

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

background-color css

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

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

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

border-color css

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

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

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