#C7B346

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

Shades of Sundance #C7B346

Tints of Sundance #C7B346

Color information

#C7B346 (or 0xC7B346) is unknown color: approx Sundance. HEX triplet: C7, B3 and 46. RGB value is (199,179,70). Sum of RGB (Red+Green+Blue) = 199+179+70=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B346 is #384CB9. Grayscale: #ADADAD. Windows color (decimal): -3689658 or 4633543. OLE color: 4633543.

HSL color Cylindrical-coordinate representation of color #C7B346: hue angle of 50.7º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7B346 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB19917970-
CMYK00.100.650.22
HSL50.7º53.53%52.75%-
HSV(B)50.7º64.82%78.04%-
XYZ40.7844.8212.3-
YUV172.5570.13146.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.42%
GREEN value IS 179 (70.31% from 255) = 39.96%
BLUE value IS 70 (27.73% from 255) = 15.62%
R=44.42%
G=39.96%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991797000.100.650.2250.753.5352.75
HexC7B3460A4116333635
Octal30726310601210126636665
Binary1100011110110011100011001010100000110110110011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B346; }

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

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

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

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

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

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

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

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