#C6BE4A

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

Shades of Old Gold #C6BE4A

Tints of Old Gold #C6BE4A

Color information

#C6BE4A (or 0xC6BE4A) is unknown color: approx Old Gold. HEX triplet: C6, BE and 4A. RGB value is (198,190,74). Sum of RGB (Red+Green+Blue) = 198+190+74=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BE4A is #3941B5. Grayscale: #B3B3B3. Windows color (decimal): -3752374 or 4898502. OLE color: 4898502.

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

Color convert

RGB19819074-
CMYK00.040.630.22
HSL56.13º52.1%53.33%-
HSV(B)56.13º62.63%77.65%-
XYZ42.9449.3313.74-
YUV179.1768.65141.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.86%
GREEN value IS 190 (74.61% from 255) = 41.13%
BLUE value IS 74 (29.30% from 255) = 16.02%
R=42.86%
G=41.13%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981907400.040.630.2256.1352.153.33
HexC6BE4A043F16383435
Octal306276112047726706465
Binary11000110101111101001010010011111110110111000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BE4A; }

 p { color: rgb(198,190,74); }

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

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

 a { background-color: rgb(198,190,74); }

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

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

 span { border-color: rgb(198,190,74); }

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