Html Css Color HEX #C3AA32 Old Gold

📋 copy color: '#C3AA32'

red 195 ◦ green 170 ◦ blue 50

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

Shades of Old Gold #C3AA32

Tints of Old Gold #C3AA32

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.96%

 BLUE value IS 50 (19.92% from 255) = 12.05%

R = 46.99%
G = 40.96%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C3AA32 (or 0xC3AA32) is known color: Old Gold. HEX triplet: C3, AA and 32. RGB value is (195,170,50). Sum of RGB (Red+Green+Blue) = 195+170+50=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AA32 is #3C55CD. Grayscale: #A4A4A4. Windows color (decimal): -3954126 or 3320515. OLE color: 3320515.

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

Color convert

RGB 195 170 50 -
CMYK 0 0.13 0.74 0.24
HSL 49.66º 0.59% 0.48% -
HSV(B) 49.66º 0.74% 0.76% -
XYZ 37.46 40.58 8.88 -
YUV 163.8 63.78 150.26 -
System Red Green Blue C M Y K H S L
Decimal 195 170 50 0 0.13 0.74 0.24 49.66 0.59 0.48
Hex C3 AA 32 0 D 4A 18 32 3B 30
Octal 303 252 62 0 15 112 30 62 73 60
Binary 11000011 10101010 110010 0 1101 1001010 11000 110010 111011 110000

Color Harmonies of #C3AA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AA32

Black with #C3AA32

Text Example


Text Example

White with #C3AA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AA32; }

 p { color: rgb(195,170,50); }

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

background-color css

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

 a { background-color: rgb(195,170,50); }

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

border-color css

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

 span { border-color: rgb(195,170,50); }

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