Html Css Color HEX #C7BA31 Old Gold

📋 copy color: '#C7BA31'

red 199 ◦ green 186 ◦ blue 49

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

Shades of Old Gold #C7BA31

Tints of Old Gold #C7BA31

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.86%

 BLUE value IS 49 (19.53% from 255) = 11.29%

R = 45.85%
G = 42.86%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C7BA31 (or 0xC7BA31) is known color: Old Gold. HEX triplet: C7, BA and 31. RGB value is (199,186,49). Sum of RGB (Red+Green+Blue) = 199+186+49=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA31 is #3845CE. Grayscale: #AEAEAE. Windows color (decimal): -3687887 or 3259079. OLE color: 3259079.

HSL color Cylindrical-coordinate representation of color #C7BA31: hue angle of 54.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7BA31 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 186 49 -
CMYK 0 0.07 0.75 0.22
HSL 54.8º 0.6% 0.49% -
HSV(B) 54.8º 0.75% 0.78% -
XYZ 41.67 47.48 9.87 -
YUV 174.27 57.31 145.64 -
System Red Green Blue C M Y K H S L
Decimal 199 186 49 0 0.07 0.75 0.22 54.8 0.6 0.49
Hex C7 BA 31 0 7 4B 16 37 3C 31
Octal 307 272 61 0 7 113 26 67 74 61
Binary 11000111 10111010 110001 0 111 1001011 10110 110111 111100 110001

Color Harmonies of #C7BA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA31

Black with #C7BA31

Text Example


Text Example

White with #C7BA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA31; }

 p { color: rgb(199,186,49); }

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

background-color css

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

 a { background-color: rgb(199,186,49); }

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

border-color css

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

 span { border-color: rgb(199,186,49); }

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