Html Css Color HEX #C5AF41 Old Gold

📋 copy color: '#C5AF41'

red 197 ◦ green 175 ◦ blue 65

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

Shades of Old Gold #C5AF41

Tints of Old Gold #C5AF41

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.05%

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

R = 45.08%
G = 40.05%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C5AF41 (or 0xC5AF41) is known color: Old Gold. HEX triplet: C5, AF and 41. RGB value is (197,175,65). Sum of RGB (Red+Green+Blue) = 197+175+65=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AF41 is #3A50BE. Grayscale: #A9A9A9. Windows color (decimal): -3821759 or 4304837. OLE color: 4304837.

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

Color convert

RGB 197 175 65 -
CMYK 0 0.11 0.67 0.23
HSL 50º 0.53% 0.51% -
HSV(B) 50º 0.67% 0.77% -
XYZ 39.31 42.91 11.21 -
YUV 169.04 69.29 147.94 -
System Red Green Blue C M Y K H S L
Decimal 197 175 65 0 0.11 0.67 0.23 50 0.53 0.51
Hex C5 AF 41 0 B 43 17 32 35 33
Octal 305 257 101 0 13 103 27 62 65 63
Binary 11000101 10101111 1000001 0 1011 1000011 10111 110010 110101 110011

Color Harmonies of #C5AF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF41

Black with #C5AF41

Text Example


Text Example

White with #C5AF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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