Html Css Color HEX #C3AF31 Old Gold

📋 copy color: '#C3AF31'

red 195 ◦ green 175 ◦ blue 49

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

Shades of Old Gold #C3AF31

Tints of Old Gold #C3AF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.69%

R = 46.54%
G = 41.77%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C3AF31 (or 0xC3AF31) is known color: Old Gold. HEX triplet: C3, AF and 31. RGB value is (195,175,49). Sum of RGB (Red+Green+Blue) = 195+175+49=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF31 is #3C50CE. Grayscale: #A7A7A7. Windows color (decimal): -3952847 or 3256259. OLE color: 3256259.

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

Color convert

RGB 195 175 49 -
CMYK 0 0.10 0.75 0.24
HSL 51.78º 0.6% 0.48% -
HSV(B) 51.78º 0.75% 0.76% -
XYZ 38.39 42.48 9.08 -
YUV 166.62 61.63 148.25 -
System Red Green Blue C M Y K H S L
Decimal 195 175 49 0 0.10 0.75 0.24 51.78 0.6 0.48
Hex C3 AF 31 0 A 4B 18 34 3C 30
Octal 303 257 61 0 12 113 30 64 74 60
Binary 11000011 10101111 110001 0 1010 1001011 11000 110100 111100 110000

Color Harmonies of #C3AF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF31

Black with #C3AF31

Text Example


Text Example

White with #C3AF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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