Html Css Color HEX #C9AB3E Old Gold

📋 copy color: '#C9AB3E'

red 201 ◦ green 171 ◦ blue 62

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

Shades of Old Gold #C9AB3E

Tints of Old Gold #C9AB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.29%

R = 46.31%
G = 39.4%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9AB3E (or 0xC9AB3E) is known color: Old Gold. HEX triplet: C9, AB and 3E. RGB value is (201,171,62). Sum of RGB (Red+Green+Blue) = 201+171+62=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AB3E is #3654C1. Grayscale: #A8A8A8. Windows color (decimal): -3560642 or 4107209. OLE color: 4107209.

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

Color convert

RGB 201 171 62 -
CMYK 0 0.15 0.69 0.21
HSL 47.05º 0.56% 0.52% -
HSV(B) 47.05º 0.69% 0.79% -
XYZ 39.52 41.89 10.56 -
YUV 167.54 68.44 151.86 -
System Red Green Blue C M Y K H S L
Decimal 201 171 62 0 0.15 0.69 0.21 47.05 0.56 0.52
Hex C9 AB 3E 0 F 45 15 2F 38 34
Octal 311 253 76 0 17 105 25 57 70 64
Binary 11001001 10101011 111110 0 1111 1000101 10101 101111 111000 110100

Color Harmonies of #C9AB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AB3E

Black with #C9AB3E

Text Example


Text Example

White with #C9AB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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