#C8BE37

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

Shades of Old Gold #C8BE37

Tints of Old Gold #C8BE37

Color information

#C8BE37 (or 0xC8BE37) is unknown color: approx Old Gold. HEX triplet: C8, BE and 37. RGB value is (200,190,55). Sum of RGB (Red+Green+Blue) = 200+190+55=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 55 (21.88% from 255 or 12.36% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE37 is #3741C8. Grayscale: #B2B2B2. Windows color (decimal): -3621321 or 3653320. OLE color: 3653320.

HSL color Cylindrical-coordinate representation of color #C8BE37: hue angle of 55.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8BE37 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB20019055-
CMYK00.050.720.22
HSL55.86º56.86%50%-
HSV(B)55.86º72.5%78.43%-
XYZ42.9249.3810.88-
YUV177.658.81143.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.94%
GREEN value IS 190 (74.61% from 255) = 42.70%
BLUE value IS 55 (21.88% from 255) = 12.36%
R=44.94%
G=42.70%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001905500.050.720.2255.8656.8650
HexC8BE37054816383932
Octal310276670511026707162
Binary11001000101111101101110101100100010110111000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BE37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BE37; }

 p { color: rgb(200,190,55); }

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

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

 a { background-color: rgb(200,190,55); }

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

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

 span { border-color: rgb(200,190,55); }

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