#C8BE41

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

Shades of Old Gold #C8BE41

Tints of Old Gold #C8BE41

Color information

#C8BE41 (or 0xC8BE41) is unknown color: approx Old Gold. HEX triplet: C8, BE and 41. RGB value is (200,190,65). Sum of RGB (Red+Green+Blue) = 200+190+65=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE41 is #3741BE. Grayscale: #B3B3B3. Windows color (decimal): -3621311 or 4308680. OLE color: 4308680.

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

Color convert

RGB20019065-
CMYK00.050.680.22
HSL55.56º55.1%51.96%-
HSV(B)55.56º67.5%78.43%-
XYZ43.1949.4912.28-
YUV178.7463.81143.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.96%
GREEN value IS 190 (74.61% from 255) = 41.76%
BLUE value IS 65 (25.78% from 255) = 14.29%
R=43.96%
G=41.76%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001906500.050.680.2255.5655.151.96
HexC8BE41054416383734
Octal3102761010510426706764
Binary110010001011111010000010101100010010110111000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BE41; }

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

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

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

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

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

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

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

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