Html Css Color HEX #C3AA3C Old Gold

📋 copy color: '#C3AA3C'

red 195 ◦ green 170 ◦ blue 60

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

Shades of Old Gold #C3AA3C

Tints of Old Gold #C3AA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.12%

R = 45.88%
G = 40%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3AA3C (or 0xC3AA3C) is known color: Old Gold. HEX triplet: C3, AA and 3C. RGB value is (195,170,60). Sum of RGB (Red+Green+Blue) = 195+170+60=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AA3C is #3C55C3. Grayscale: #A5A5A5. Windows color (decimal): -3954116 or 3975875. OLE color: 3975875.

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

Color convert

RGB 195 170 60 -
CMYK 0 0.13 0.69 0.24
HSL 48.89º 0.53% 0.5% -
HSV(B) 48.89º 0.69% 0.76% -
XYZ 37.7 40.68 10.14 -
YUV 164.94 68.78 149.44 -
System Red Green Blue C M Y K H S L
Decimal 195 170 60 0 0.13 0.69 0.24 48.89 0.53 0.5
Hex C3 AA 3C 0 D 45 18 31 35 32
Octal 303 252 74 0 15 105 30 61 65 62
Binary 11000011 10101010 111100 0 1101 1000101 11000 110001 110101 110010

Color Harmonies of #C3AA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AA3C

Black with #C3AA3C

Text Example


Text Example

White with #C3AA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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