#C0BC35

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

Shades of Old Gold #C0BC35

Tints of Old Gold #C0BC35

Color information

#C0BC35 (or 0xC0BC35) is unknown color: approx Old Gold. HEX triplet: C0, BC and 35. RGB value is (192,188,53). Sum of RGB (Red+Green+Blue) = 192+188+53=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC35 is #3F43CA. Grayscale: #AEAEAE. Windows color (decimal): -4146123 or 3521728. OLE color: 3521728.

HSL color Cylindrical-coordinate representation of color #C0BC35: hue angle of 58.27º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0BC35 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19218853-
CMYK00.020.720.25
HSL58.27º56.73%48.04%-
HSV(B)58.27º72.4%75.29%-
XYZ40.3647.4310.4-
YUV173.8159.83140.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.34%
GREEN value IS 188 (73.83% from 255) = 43.42%
BLUE value IS 53 (21.09% from 255) = 12.24%
R=44.34%
G=43.42%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921885300.020.720.2558.2756.7348.04
HexC0BC350248193a3930
Octal300274650211031727160
Binary1100000010111100110101010100100011001111010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BC35; }

 p { color: rgb(192,188,53); }

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

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

 a { background-color: rgb(192,188,53); }

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

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

 span { border-color: rgb(192,188,53); }

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