#C0B13A

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

Shades of Old Gold #C0B13A

Tints of Old Gold #C0B13A

Color information

#C0B13A (or 0xC0B13A) is unknown color: approx Old Gold. HEX triplet: C0, B1 and 3A. RGB value is (192,177,58). Sum of RGB (Red+Green+Blue) = 192+177+58=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B13A is #3F4EC5. Grayscale: #A8A8A8. Windows color (decimal): -4148934 or 3846592. OLE color: 3846592.

HSL color Cylindrical-coordinate representation of color #C0B13A: hue angle of 53.28º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0B13A is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19217758-
CMYK00.080.700.25
HSL53.28º53.6%49.02%-
HSV(B)53.28º69.79%75.29%-
XYZ38.2242.9610.28-
YUV167.9265.97145.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.96%
GREEN value IS 177 (69.53% from 255) = 41.45%
BLUE value IS 58 (23.05% from 255) = 13.58%
R=44.96%
G=41.45%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921775800.080.700.2553.2853.649.02
HexC0B13A084619353631
Octal3002617201010631656661
Binary110000001011000111101001000100011011001110101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B13A; }

 p { color: rgb(192,177,58); }

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

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

 a { background-color: rgb(192,177,58); }

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

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

 span { border-color: rgb(192,177,58); }

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