Html Css Color HEX #C5B132 Old Gold

📋 copy color: '#C5B132'

red 197 ◦ green 177 ◦ blue 50

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

Shades of Old Gold #C5B132

Tints of Old Gold #C5B132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.79%

R = 46.46%
G = 41.75%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C5B132 (or 0xC5B132) is known color: Old Gold. HEX triplet: C5, B1 and 32. RGB value is (197,177,50). Sum of RGB (Red+Green+Blue) = 197+177+50=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B132 is #3A4ECD. Grayscale: #A9A9A9. Windows color (decimal): -3821262 or 3322309. OLE color: 3322309.

HSL color Cylindrical-coordinate representation of color #C5B132: hue angle of 51.84º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5B132 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 177 50 -
CMYK 0 0.10 0.75 0.23
HSL 51.84º 0.6% 0.48% -
HSV(B) 51.84º 0.75% 0.77% -
XYZ 39.32 43.54 9.35 -
YUV 168.5 61.13 148.33 -
System Red Green Blue C M Y K H S L
Decimal 197 177 50 0 0.10 0.75 0.23 51.84 0.6 0.48
Hex C5 B1 32 0 A 4B 17 34 3C 30
Octal 305 261 62 0 12 113 27 64 74 60
Binary 11000101 10110001 110010 0 1010 1001011 10111 110100 111100 110000

Color Harmonies of #C5B132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B132

Black with #C5B132

Text Example


Text Example

White with #C5B132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B132; }

 p { color: rgb(197,177,50); }

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

background-color css

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

 a { background-color: rgb(197,177,50); }

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

border-color css

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

 span { border-color: rgb(197,177,50); }

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