#C1B135

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

Shades of Old Gold #C1B135

Tints of Old Gold #C1B135

Color information

#C1B135 (or 0xC1B135) is unknown color: approx Old Gold. HEX triplet: C1, B1 and 35. RGB value is (193,177,53). Sum of RGB (Red+Green+Blue) = 193+177+53=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B135 is #3E4ECA. Grayscale: #A8A8A8. Windows color (decimal): -4083403 or 3518913. OLE color: 3518913.

HSL color Cylindrical-coordinate representation of color #C1B135: hue angle of 53.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1B135 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19317753-
CMYK00.080.730.24
HSL53.14º56.91%48.24%-
HSV(B)53.14º72.54%75.69%-
XYZ38.3643.049.65-
YUV167.6563.3146.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 177 (69.53% from 255) = 41.84%
BLUE value IS 53 (21.09% from 255) = 12.53%
R=45.63%
G=41.84%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931775300.080.730.2453.1456.9148.24
HexC1B135084918353930
Octal3012616501011130657160
Binary110000011011000111010101000100100111000110101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B135; }

 p { color: rgb(193,177,53); }

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

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

 a { background-color: rgb(193,177,53); }

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

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

 span { border-color: rgb(193,177,53); }

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