Html Css Color HEX #C9AB3A Old Gold

📋 copy color: '#C9AB3A'

red 201 ◦ green 171 ◦ blue 58

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

Shades of Old Gold #C9AB3A

Tints of Old Gold #C9AB3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.49%

R = 46.74%
G = 39.77%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9AB3A (or 0xC9AB3A) is known color: Old Gold. HEX triplet: C9, AB and 3A. RGB value is (201,171,58). Sum of RGB (Red+Green+Blue) = 201+171+58=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AB3A is #3654C5. Grayscale: #A7A7A7. Windows color (decimal): -3560646 or 3845065. OLE color: 3845065.

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

Color convert

RGB 201 171 58 -
CMYK 0 0.15 0.71 0.21
HSL 47.41º 0.57% 0.51% -
HSV(B) 47.41º 0.71% 0.79% -
XYZ 39.41 41.85 10 -
YUV 167.09 66.44 152.19 -
System Red Green Blue C M Y K H S L
Decimal 201 171 58 0 0.15 0.71 0.21 47.41 0.57 0.51
Hex C9 AB 3A 0 F 47 15 2F 39 33
Octal 311 253 72 0 17 107 25 57 71 63
Binary 11001001 10101011 111010 0 1111 1000111 10101 101111 111001 110011

Color Harmonies of #C9AB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AB3A

Black with #C9AB3A

Text Example


Text Example

White with #C9AB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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