#C8B041

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

Shades of Old Gold #C8B041

Tints of Old Gold #C8B041

Color information

#C8B041 (or 0xC8B041) is unknown color: approx Old Gold. HEX triplet: C8, B0 and 41. RGB value is (200,176,65). Sum of RGB (Red+Green+Blue) = 200+176+65=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B041 is #374FBE. Grayscale: #AAAAAA. Windows color (decimal): -3624895 or 4305096. OLE color: 4305096.

HSL color Cylindrical-coordinate representation of color #C8B041: hue angle of 49.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8B041 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB20017665-
CMYK00.120.680.22
HSL49.33º55.1%51.96%-
HSV(B)49.33º67.5%78.43%-
XYZ40.343.7111.31-
YUV170.5268.45149.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.35%
GREEN value IS 176 (69.14% from 255) = 39.91%
BLUE value IS 65 (25.78% from 255) = 14.74%
R=45.35%
G=39.91%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001766500.120.680.2249.3355.151.96
HexC8B0410C4416313734
Octal31026010101410426616764
Binary1100100010110000100000101100100010010110110001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B041; }

 p { color: rgb(200,176,65); }

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

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

 a { background-color: rgb(200,176,65); }

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

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

 span { border-color: rgb(200,176,65); }

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