Html Css Color HEX #C5C041 Old Gold

📋 copy color: '#C5C041'

red 197 ◦ green 192 ◦ blue 65

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

Shades of Old Gold #C5C041

Tints of Old Gold #C5C041

RGB

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

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

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

R = 43.39%
G = 42.29%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C5C041 (or 0xC5C041) is known color: Old Gold. HEX triplet: C5, C0 and 41. RGB value is (197,192,65). Sum of RGB (Red+Green+Blue) = 197+192+65=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C041 is #3A3FBE. Grayscale: #B3B3B3. Windows color (decimal): -3817407 or 4309189. OLE color: 4309189.

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

Color convert

RGB 197 192 65 -
CMYK 0 0.03 0.67 0.23
HSL 57.73º 0.53% 0.51% -
HSV(B) 57.73º 0.67% 0.77% -
XYZ 42.83 49.95 12.39 -
YUV 179.02 63.66 140.83 -
System Red Green Blue C M Y K H S L
Decimal 197 192 65 0 0.03 0.67 0.23 57.73 0.53 0.51
Hex C5 C0 41 0 3 43 17 3A 35 33
Octal 305 300 101 0 3 103 27 72 65 63
Binary 11000101 11000000 1000001 0 11 1000011 10111 111010 110101 110011

Color Harmonies of #C5C041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C041

Black with #C5C041

Text Example


Text Example

White with #C5C041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C041; }

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

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

background-color css

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

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

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

border-color css

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

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

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