Html Css Color HEX #C4C031 Old Gold

📋 copy color: '#C4C031'

red 196 ◦ green 192 ◦ blue 49

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

Shades of Old Gold #C4C031

Tints of Old Gold #C4C031

RGB

 RED value IS 196 (76.95% from 255) = 44.85%

 GREEN value IS 192 (75.39% from 255) = 43.94%

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

R = 44.85%
G = 43.94%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C4C031 (or 0xC4C031) is known color: Old Gold. HEX triplet: C4, C0 and 31. RGB value is (196,192,49). Sum of RGB (Red+Green+Blue) = 196+192+49=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C031 is #3B3FCE. Grayscale: #B1B1B1. Windows color (decimal): -3882959 or 3260612. OLE color: 3260612.

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

Color convert

RGB 196 192 49 -
CMYK 0 0.02 0.75 0.23
HSL 58.37º 0.6% 0.48% -
HSV(B) 58.37º 0.75% 0.77% -
XYZ 42.17 49.66 10.27 -
YUV 176.89 55.83 141.63 -
System Red Green Blue C M Y K H S L
Decimal 196 192 49 0 0.02 0.75 0.23 58.37 0.6 0.48
Hex C4 C0 31 0 2 4B 17 3A 3C 30
Octal 304 300 61 0 2 113 27 72 74 60
Binary 11000100 11000000 110001 0 10 1001011 10111 111010 111100 110000

Color Harmonies of #C4C031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C031

Black with #C4C031

Text Example


Text Example

White with #C4C031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C031; }

 p { color: rgb(196,192,49); }

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

background-color css

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

 a { background-color: rgb(196,192,49); }

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

border-color css

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

 span { border-color: rgb(196,192,49); }

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