#C0B335

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

Shades of Old Gold #C0B335

Tints of Old Gold #C0B335

Color information

#C0B335 (or 0xC0B335) is unknown color: approx Old Gold. HEX triplet: C0, B3 and 35. RGB value is (192,179,53). Sum of RGB (Red+Green+Blue) = 192+179+53=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B335 is #3F4CCA. Grayscale: #A9A9A9. Windows color (decimal): -4148427 or 3519424. OLE color: 3519424.

HSL color Cylindrical-coordinate representation of color #C0B335: hue angle of 54.39º 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 #C0B335 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19217953-
CMYK00.070.720.25
HSL54.39º56.73%48.04%-
HSV(B)54.39º72.4%75.29%-
XYZ38.543.79.77-
YUV168.5262.81144.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.28%
GREEN value IS 179 (70.31% from 255) = 42.22%
BLUE value IS 53 (21.09% from 255) = 12.5%
R=45.28%
G=42.22%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921795300.070.720.2554.3956.7348.04
HexC0B335074819363930
Octal300263650711031667160
Binary11000000101100111101010111100100011001110110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B335; }

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

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

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

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

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

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

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

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