#C7B046

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

Shades of Sundance #C7B046

Tints of Sundance #C7B046

Color information

#C7B046 (or 0xC7B046) is unknown color: approx Sundance. HEX triplet: C7, B0 and 46. RGB value is (199,176,70). Sum of RGB (Red+Green+Blue) = 199+176+70=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 70 (27.73% from 255 or 15.73% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B046 is #384FB9. Grayscale: #ABABAB. Windows color (decimal): -3690426 or 4632775. OLE color: 4632775.

HSL color Cylindrical-coordinate representation of color #C7B046: hue angle of 49.3º 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 #C7B046 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB19917670-
CMYK00.120.650.22
HSL49.3º53.53%52.75%-
HSV(B)49.3º64.82%78.04%-
XYZ40.1843.6312.1-
YUV170.7971.12148.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.72%
GREEN value IS 176 (69.14% from 255) = 39.55%
BLUE value IS 70 (27.73% from 255) = 15.73%
R=44.72%
G=39.55%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991767000.120.650.2249.353.5352.75
HexC7B0460C4116313635
Octal30726010601410126616665
Binary1100011110110000100011001100100000110110110001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B046; }

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

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

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

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

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

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

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

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