#C2B146

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

Shades of Sundance #C2B146

Tints of Sundance #C2B146

Color information

#C2B146 (or 0xC2B146) is unknown color: approx Sundance. HEX triplet: C2, B1 and 46. RGB value is (194,177,70). Sum of RGB (Red+Green+Blue) = 194+177+70=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B146 is #3D4EB9. Grayscale: #AAAAAA. Windows color (decimal): -4017850 or 4633026. OLE color: 4633026.

HSL color Cylindrical-coordinate representation of color #C2B146: hue angle of 51.77º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2B146 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB19417770-
CMYK00.090.640.24
HSL51.77º50.41%51.76%-
HSV(B)51.77º63.92%76.08%-
XYZ39.0843.3612.1-
YUV169.8871.63145.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.99%
GREEN value IS 177 (69.53% from 255) = 40.14%
BLUE value IS 70 (27.73% from 255) = 15.87%
R=43.99%
G=40.14%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941777000.090.640.2451.7750.4151.76
HexC2B146094018343234
Octal30226110601110030646264
Binary1100001010110001100011001001100000011000110100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B146; }

 p { color: rgb(194,177,70); }

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

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

 a { background-color: rgb(194,177,70); }

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

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

 span { border-color: rgb(194,177,70); }

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