Html Css Color HEX #C4B132 Old Gold

📋 copy color: '#C4B132'

red 196 ◦ green 177 ◦ blue 50

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

Shades of Old Gold #C4B132

Tints of Old Gold #C4B132

RGB

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

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

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

R = 46.34%
G = 41.84%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C4B132 (or 0xC4B132) is known color: Old Gold. HEX triplet: C4, B1 and 32. RGB value is (196,177,50). Sum of RGB (Red+Green+Blue) = 196+177+50=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B132 is #3B4ECD. Grayscale: #A8A8A8. Windows color (decimal): -3886798 or 3322308. OLE color: 3322308.

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

Color convert

RGB 196 177 50 -
CMYK 0 0.10 0.74 0.23
HSL 52.19º 0.59% 0.48% -
HSV(B) 52.19º 0.74% 0.77% -
XYZ 39.06 43.41 9.34 -
YUV 168.2 61.29 147.83 -
System Red Green Blue C M Y K H S L
Decimal 196 177 50 0 0.10 0.74 0.23 52.19 0.59 0.48
Hex C4 B1 32 0 A 4A 17 34 3B 30
Octal 304 261 62 0 12 112 27 64 73 60
Binary 11000100 10110001 110010 0 1010 1001010 10111 110100 111011 110000

Color Harmonies of #C4B132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B132

Black with #C4B132

Text Example


Text Example

White with #C4B132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B132; }

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

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

background-color css

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

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

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

border-color css

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

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

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