Html Css Color HEX #C9AB40 Old Gold

📋 copy color: '#C9AB40'

red 201 ◦ green 171 ◦ blue 64

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

Shades of Old Gold #C9AB40

Tints of Old Gold #C9AB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.68%

R = 46.1%
G = 39.22%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C9AB40 (or 0xC9AB40) is known color: Old Gold. HEX triplet: C9, AB and 40. RGB value is (201,171,64). Sum of RGB (Red+Green+Blue) = 201+171+64=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AB40 is #3654BF. Grayscale: #A8A8A8. Windows color (decimal): -3560640 or 4238281. OLE color: 4238281.

HSL color Cylindrical-coordinate representation of color #C9AB40: hue angle of 46.86º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9AB40 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 171 64 -
CMYK 0 0.15 0.68 0.21
HSL 46.86º 0.56% 0.52% -
HSV(B) 46.86º 0.68% 0.79% -
XYZ 39.58 41.91 10.85 -
YUV 167.77 69.44 151.7 -
System Red Green Blue C M Y K H S L
Decimal 201 171 64 0 0.15 0.68 0.21 46.86 0.56 0.52
Hex C9 AB 40 0 F 44 15 2F 38 34
Octal 311 253 100 0 17 104 25 57 70 64
Binary 11001001 10101011 1000000 0 1111 1000100 10101 101111 111000 110100

Color Harmonies of #C9AB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AB40

Black with #C9AB40

Text Example


Text Example

White with #C9AB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AB40; }

 p { color: rgb(201,171,64); }

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

background-color css

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

 a { background-color: rgb(201,171,64); }

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

border-color css

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

 span { border-color: rgb(201,171,64); }

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