#C0B346

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

Shades of Sundance #C0B346

Tints of Sundance #C0B346

Color information

#C0B346 (or 0xC0B346) is unknown color: approx Sundance. HEX triplet: C0, B3 and 46. RGB value is (192,179,70). Sum of RGB (Red+Green+Blue) = 192+179+70=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B346 is #3F4CB9. Grayscale: #AAAAAA. Windows color (decimal): -4148410 or 4633536. OLE color: 4633536.

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

Color convert

RGB19217970-
CMYK00.070.640.25
HSL53.61º49.19%51.37%-
HSV(B)53.61º63.54%75.29%-
XYZ38.9643.8912.21-
YUV170.4671.31143.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.54%
GREEN value IS 179 (70.31% from 255) = 40.59%
BLUE value IS 70 (27.73% from 255) = 15.87%
R=43.54%
G=40.59%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921797000.070.640.2553.6149.1951.37
HexC0B346074019363133
Octal3002631060710031666163
Binary110000001011001110001100111100000011001110110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B346; }

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

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

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

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

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

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

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

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