Html Css Color HEX #C5B946 Old Gold

📋 copy color: '#C5B946'

red 197 ◦ green 185 ◦ blue 70

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

Shades of Old Gold #C5B946

Tints of Old Gold #C5B946

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.93%

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

R = 43.58%
G = 40.93%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C5B946 (or 0xC5B946) is known color: Old Gold. HEX triplet: C5, B9 and 46. RGB value is (197,185,70). Sum of RGB (Red+Green+Blue) = 197+185+70=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B946 is #3A46B9. Grayscale: #AFAFAF. Windows color (decimal): -3819194 or 4635077. OLE color: 4635077.

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

Color convert

RGB 197 185 70 -
CMYK 0 0.06 0.64 0.23
HSL 54.33º 0.52% 0.52% -
HSV(B) 54.33º 0.64% 0.77% -
XYZ 41.48 47.01 12.68 -
YUV 175.48 68.48 143.35 -
System Red Green Blue C M Y K H S L
Decimal 197 185 70 0 0.06 0.64 0.23 54.33 0.52 0.52
Hex C5 B9 46 0 6 40 17 36 34 34
Octal 305 271 106 0 6 100 27 66 64 64
Binary 11000101 10111001 1000110 0 110 1000000 10111 110110 110100 110100

Color Harmonies of #C5B946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B946

Black with #C5B946

Text Example


Text Example

White with #C5B946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B946; }

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

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

background-color css

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

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

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

border-color css

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

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

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