#C8B641

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

Shades of Old Gold #C8B641

Tints of Old Gold #C8B641

Color information

#C8B641 (or 0xC8B641) is unknown color: approx Old Gold. HEX triplet: C8, B6 and 41. RGB value is (200,182,65). Sum of RGB (Red+Green+Blue) = 200+182+65=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B641 is #3749BE. Grayscale: #AEAEAE. Windows color (decimal): -3623359 or 4306632. OLE color: 4306632.

HSL color Cylindrical-coordinate representation of color #C8B641: hue angle of 52º 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 #C8B641 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB20018265-
CMYK00.090.680.22
HSL52º55.1%51.96%-
HSV(B)52º67.5%78.43%-
XYZ41.546.1211.72-
YUV174.0466.46146.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 182 (71.48% from 255) = 40.72%
BLUE value IS 65 (25.78% from 255) = 14.54%
R=44.74%
G=40.72%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001826500.090.680.225255.151.96
HexC8B641094416343734
Octal31026610101110426646764
Binary1100100010110110100000101001100010010110110100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B641; }

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

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

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

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

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

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

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

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