#C8AB3B

Color #C8AB3B Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #C8AB3B

Tints of Old Gold #C8AB3B

Color information

#C8AB3B (or 0xC8AB3B) is unknown color: approx Old Gold. HEX triplet: C8, AB and 3B. RGB value is (200,171,59). Sum of RGB (Red+Green+Blue) = 200+171+59=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AB3B is #3754C4. Grayscale: #A7A7A7. Windows color (decimal): -3626181 or 3910600. OLE color: 3910600.

HSL color Cylindrical-coordinate representation of color #C8AB3B: hue angle of 47.66º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8AB3B is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB20017159-
CMYK00.140.700.22
HSL47.66º56.18%50.78%-
HSV(B)47.66º70.5%78.43%-
XYZ39.1741.7210.13-
YUV166.967.11151.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.51%
GREEN value IS 171 (67.19% from 255) = 39.77%
BLUE value IS 59 (23.44% from 255) = 13.72%
R=46.51%
G=39.77%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001715900.140.700.2247.6656.1850.78
HexC8AB3B0E4616303833
Octal3102537301610626607063
Binary110010001010101111101101110100011010110110000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AB3B; }

 p { color: rgb(200,171,59); }

 H1.HeaderClassName
 {
   color: #C8AB3B;
 }
 .AnyTagClassName
 {
   color: #C8AB3B;
 }
</style>
background-color css

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

 a { background-color: rgb(200,171,59); }

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

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

 span { border-color: rgb(200,171,59); }

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