Html Css Color HEX #C7B131 Old Gold

📋 copy color: '#C7B131'

red 199 ◦ green 177 ◦ blue 49

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

Shades of Old Gold #C7B131

Tints of Old Gold #C7B131

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.65%

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

R = 46.82%
G = 41.65%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C7B131 (or 0xC7B131) is known color: Old Gold. HEX triplet: C7, B1 and 31. RGB value is (199,177,49). Sum of RGB (Red+Green+Blue) = 199+177+49=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B131 is #384ECE. Grayscale: #A9A9A9. Windows color (decimal): -3690191 or 3256775. OLE color: 3256775.

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

Color convert

RGB 199 177 49 -
CMYK 0 0.11 0.75 0.22
HSL 51.2º 0.6% 0.49% -
HSV(B) 51.2º 0.75% 0.78% -
XYZ 39.83 43.81 9.26 -
YUV 168.99 60.29 149.41 -
System Red Green Blue C M Y K H S L
Decimal 199 177 49 0 0.11 0.75 0.22 51.2 0.6 0.49
Hex C7 B1 31 0 B 4B 16 33 3C 31
Octal 307 261 61 0 13 113 26 63 74 61
Binary 11000111 10110001 110001 0 1011 1001011 10110 110011 111100 110001

Color Harmonies of #C7B131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B131

Black with #C7B131

Text Example


Text Example

White with #C7B131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B131; }

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

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

background-color css

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

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

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

border-color css

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

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

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