#CBA136

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

Shades of Metallic Gold #CBA136

Tints of Metallic Gold #CBA136

Color information

#CBA136 (or 0xCBA136) is unknown color: approx Metallic Gold. HEX triplet: CB, A1 and 36. RGB value is (203,161,54). Sum of RGB (Red+Green+Blue) = 203+161+54=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 54 (21.48% from 255 or 12.92% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA136 is #345EC9. Grayscale: #A1A1A1. Windows color (decimal): -3432138 or 3580363. OLE color: 3580363.

HSL color Cylindrical-coordinate representation of color #CBA136: hue angle of 43.09º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBA136 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB20316154-
CMYK00.210.730.20
HSL43.09º58.89%50.39%-
HSV(B)43.09º73.4%79.61%-
XYZ38.0438.458.91-
YUV161.3667.41157.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.56%
GREEN value IS 161 (63.28% from 255) = 38.52%
BLUE value IS 54 (21.48% from 255) = 12.92%
R=48.56%
G=38.52%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031615400.210.730.2043.0958.8950.39
HexCBA13601549142b3b32
Octal3132416602511124537362
Binary1100101110100001110110010101100100110100101011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA136; }

 p { color: rgb(203,161,54); }

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

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

 a { background-color: rgb(203,161,54); }

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

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

 span { border-color: rgb(203,161,54); }

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