Html Css Color HEX #C3AF37 Old Gold

📋 copy color: '#C3AF37'

red 195 ◦ green 175 ◦ blue 55

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

Shades of Old Gold #C3AF37

Tints of Old Gold #C3AF37

RGB

 RED value IS 195 (76.56% from 255) = 45.88%

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

 BLUE value IS 55 (21.88% from 255) = 12.94%

R = 45.88%
G = 41.18%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C3AF37 (or 0xC3AF37) is known color: Old Gold. HEX triplet: C3, AF and 37. RGB value is (195,175,55). Sum of RGB (Red+Green+Blue) = 195+175+55=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF37 is #3C50C8. Grayscale: #A7A7A7. Windows color (decimal): -3952841 or 3649475. OLE color: 3649475.

HSL color Cylindrical-coordinate representation of color #C3AF37: hue angle of 51.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3AF37 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 175 55 -
CMYK 0 0.10 0.72 0.24
HSL 51.43º 0.56% 0.49% -
HSV(B) 51.43º 0.72% 0.76% -
XYZ 38.53 42.54 9.79 -
YUV 167.3 64.63 147.76 -
System Red Green Blue C M Y K H S L
Decimal 195 175 55 0 0.10 0.72 0.24 51.43 0.56 0.49
Hex C3 AF 37 0 A 48 18 33 38 31
Octal 303 257 67 0 12 110 30 63 70 61
Binary 11000011 10101111 110111 0 1010 1001000 11000 110011 111000 110001

Color Harmonies of #C3AF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF37

Black with #C3AF37

Text Example


Text Example

White with #C3AF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF37; }

 p { color: rgb(195,175,55); }

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

background-color css

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

 a { background-color: rgb(195,175,55); }

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

border-color css

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

 span { border-color: rgb(195,175,55); }

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