#C8BA3E

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

Shades of Old Gold #C8BA3E

Tints of Old Gold #C8BA3E

Color information

#C8BA3E (or 0xC8BA3E) is unknown color: approx Old Gold. HEX triplet: C8, BA and 3E. RGB value is (200,186,62). Sum of RGB (Red+Green+Blue) = 200+186+62=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 62 (24.61% from 255 or 13.84% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA3E is #3745C1. Grayscale: #B0B0B0. Windows color (decimal): -3622338 or 4111048. OLE color: 4111048.

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

Color convert

RGB20018662-
CMYK00.070.690.22
HSL53.91º55.65%51.37%-
HSV(B)53.91º69%78.43%-
XYZ42.2547.7411.55-
YUV176.0563.64145.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.64%
GREEN value IS 186 (73.05% from 255) = 41.52%
BLUE value IS 62 (24.61% from 255) = 13.84%
R=44.64%
G=41.52%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001866200.070.690.2253.9155.6551.37
HexC8BA3E074516363833
Octal310272760710526667063
Binary11001000101110101111100111100010110110110110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA3E; }

 p { color: rgb(200,186,62); }

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

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

 a { background-color: rgb(200,186,62); }

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

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

 span { border-color: rgb(200,186,62); }

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