Html Css Color HEX #C3AB31 Old Gold

📋 copy color: '#C3AB31'

red 195 ◦ green 171 ◦ blue 49

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

Shades of Old Gold #C3AB31

Tints of Old Gold #C3AB31

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.2%

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

R = 46.99%
G = 41.2%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C3AB31 (or 0xC3AB31) is known color: Old Gold. HEX triplet: C3, AB and 31. RGB value is (195,171,49). Sum of RGB (Red+Green+Blue) = 195+171+49=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AB31 is #3C54CE. Grayscale: #A4A4A4. Windows color (decimal): -3953871 or 3255235. OLE color: 3255235.

HSL color Cylindrical-coordinate representation of color #C3AB31: hue angle of 50.14º 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 #C3AB31 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 171 49 -
CMYK 0 0.12 0.75 0.24
HSL 50.14º 0.6% 0.48% -
HSV(B) 50.14º 0.75% 0.76% -
XYZ 37.62 40.95 8.83 -
YUV 164.27 62.95 149.92 -
System Red Green Blue C M Y K H S L
Decimal 195 171 49 0 0.12 0.75 0.24 50.14 0.6 0.48
Hex C3 AB 31 0 C 4B 18 32 3C 30
Octal 303 253 61 0 14 113 30 62 74 60
Binary 11000011 10101011 110001 0 1100 1001011 11000 110010 111100 110000

Color Harmonies of #C3AB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AB31

Black with #C3AB31

Text Example


Text Example

White with #C3AB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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