Html Css Color HEX #C9AA3C Old Gold

📋 copy color: '#C9AA3C'

red 201 ◦ green 170 ◦ blue 60

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

Shades of Old Gold #C9AA3C

Tints of Old Gold #C9AA3C

RGB

 RED value IS 201 (78.91% from 255) = 46.64%

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

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

R = 46.64%
G = 39.44%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9AA3C (or 0xC9AA3C) is known color: Old Gold. HEX triplet: C9, AA and 3C. RGB value is (201,170,60). Sum of RGB (Red+Green+Blue) = 201+170+60=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AA3C is #3655C3. Grayscale: #A7A7A7. Windows color (decimal): -3560900 or 3975881. OLE color: 3975881.

HSL color Cylindrical-coordinate representation of color #C9AA3C: hue angle of 46.81º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9AA3C is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 170 60 -
CMYK 0 0.15 0.70 0.21
HSL 46.81º 0.57% 0.51% -
HSV(B) 46.81º 0.7% 0.79% -
XYZ 39.28 41.49 10.21 -
YUV 166.73 67.77 152.44 -
System Red Green Blue C M Y K H S L
Decimal 201 170 60 0 0.15 0.70 0.21 46.81 0.57 0.51
Hex C9 AA 3C 0 F 46 15 2F 39 33
Octal 311 252 74 0 17 106 25 57 71 63
Binary 11001001 10101010 111100 0 1111 1000110 10101 101111 111001 110011

Color Harmonies of #C9AA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AA3C

Black with #C9AA3C

Text Example


Text Example

White with #C9AA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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