Html Css Color HEX #C5C132 Old Gold

📋 copy color: '#C5C132'

red 197 ◦ green 193 ◦ blue 50

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

Shades of Old Gold #C5C132

Tints of Old Gold #C5C132

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.86%

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

R = 44.77%
G = 43.86%
B = 11.36%

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

#C5C132 (or 0xC5C132) is known color: Old Gold. HEX triplet: C5, C1 and 32. RGB value is (197,193,50). Sum of RGB (Red+Green+Blue) = 197+193+50=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C132 is #3A3ECD. Grayscale: #B2B2B2. Windows color (decimal): -3817166 or 3326405. OLE color: 3326405.

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

Color convert

RGB 197 193 50 -
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.67 50.24 10.47 -
YUV 177.89 55.83 141.63 -
System Red Green Blue C M Y K H S L
Decimal 197 193 50 0 0.02 0.75 0.23 58.37 0.6 0.48
Hex C5 C1 32 0 2 4B 17 3A 3C 30
Octal 305 301 62 0 2 113 27 72 74 60
Binary 11000101 11000001 110010 0 10 1001011 10111 111010 111100 110000

Color Harmonies of #C5C132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C132

Black with #C5C132

Text Example


Text Example

White with #C5C132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C132; }

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

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

background-color css

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

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

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

border-color css

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

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

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