Html Css Color HEX #C5C136 Old Gold

📋 copy color: '#C5C136'

red 197 ◦ green 193 ◦ blue 54

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

Shades of Old Gold #C5C136

Tints of Old Gold #C5C136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.16%

R = 44.37%
G = 43.47%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C5C136 (or 0xC5C136) is known color: Old Gold. HEX triplet: C5, C1 and 36. RGB value is (197,193,54). Sum of RGB (Red+Green+Blue) = 197+193+54=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 54 (21.48% from 255 or 12.16% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C136 is #3A3EC9. Grayscale: #B2B2B2. Windows color (decimal): -3817162 or 3588549. OLE color: 3588549.

HSL color Cylindrical-coordinate representation of color #C5C136: hue angle of 58.32º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5C136 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 193 54 -
CMYK 0 0.02 0.73 0.23
HSL 58.32º 0.57% 0.49% -
HSV(B) 58.32º 0.73% 0.77% -
XYZ 42.76 50.28 10.94 -
YUV 178.35 57.83 141.3 -
System Red Green Blue C M Y K H S L
Decimal 197 193 54 0 0.02 0.73 0.23 58.32 0.57 0.49
Hex C5 C1 36 0 2 49 17 3A 39 31
Octal 305 301 66 0 2 111 27 72 71 61
Binary 11000101 11000001 110110 0 10 1001001 10111 111010 111001 110001

Color Harmonies of #C5C136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C136

Black with #C5C136

Text Example


Text Example

White with #C5C136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C136; }

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

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

background-color css

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

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

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

border-color css

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

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

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