#c0b046

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

Shades of Sundance #C0B046

Tints of Sundance #C0B046

Color information

#C0B046 (or 0xC0B046) is unknown color: approx Sundance. HEX triplet: C0, B0 and 46. RGB value is (192,176,70). Sum of RGB (Red+Green+Blue) = 192+176+70=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B046 is #3F4FB9. Grayscale: #A9A9A9. Windows color (decimal): -4149178 or 4632768. OLE color: 4632768.

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

Color convert

RGB19217670-
CMYK00.080.640.25
HSL52.13º49.19%51.37%-
HSV(B)52.13º63.54%75.29%-
XYZ38.3742.712.01-
YUV168.772.3144.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.84%
GREEN value IS 176 (69.14% from 255) = 40.18%
BLUE value IS 70 (27.73% from 255) = 15.98%
R=43.84%
G=40.18%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921767000.080.640.2552.1349.1951.37
HexC0B046084019343133
Octal30026010601010031646163
Binary1100000010110000100011001000100000011001110100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0b046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0b046; }

 p { color: rgb(192,176,70); }

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

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

 a { background-color: rgb(192,176,70); }

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

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

 span { border-color: rgb(192,176,70); }

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