Html Css Color HEX #C5BA41 Old Gold

📋 copy color: '#C5BA41'

red 197 ◦ green 186 ◦ blue 65

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

Shades of Old Gold #C5BA41

Tints of Old Gold #C5BA41

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.52%

 BLUE value IS 65 (25.78% from 255) = 14.51%

R = 43.97%
G = 41.52%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C5BA41 (or 0xC5BA41) is known color: Old Gold. HEX triplet: C5, BA and 41. RGB value is (197,186,65). Sum of RGB (Red+Green+Blue) = 197+186+65=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA41 is #3A45BE. Grayscale: #AFAFAF. Windows color (decimal): -3818943 or 4307653. OLE color: 4307653.

HSL color Cylindrical-coordinate representation of color #C5BA41: hue angle of 55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5BA41 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 186 65 -
CMYK 0 0.06 0.67 0.23
HSL 55º 0.53% 0.51% -
HSV(B) 55º 0.67% 0.77% -
XYZ 41.54 47.37 11.95 -
YUV 175.5 65.64 143.34 -
System Red Green Blue C M Y K H S L
Decimal 197 186 65 0 0.06 0.67 0.23 55 0.53 0.51
Hex C5 BA 41 0 6 43 17 37 35 33
Octal 305 272 101 0 6 103 27 67 65 63
Binary 11000101 10111010 1000001 0 110 1000011 10111 110111 110101 110011

Color Harmonies of #C5BA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA41

Black with #C5BA41

Text Example


Text Example

White with #C5BA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA41; }

 p { color: rgb(197,186,65); }

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

background-color css

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

 a { background-color: rgb(197,186,65); }

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

border-color css

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

 span { border-color: rgb(197,186,65); }

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