#C2B149

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

Shades of Sundance #C2B149

Tints of Sundance #C2B149

Color information

#C2B149 (or 0xC2B149) is unknown color: approx Sundance. HEX triplet: C2, B1 and 49. RGB value is (194,177,73). Sum of RGB (Red+Green+Blue) = 194+177+73=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B149 is #3D4EB6. Grayscale: #AAAAAA. Windows color (decimal): -4017847 or 4829634. OLE color: 4829634.

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

Color convert

RGB19417773-
CMYK00.090.620.24
HSL51.57º49.79%52.35%-
HSV(B)51.57º62.37%76.08%-
XYZ39.1743.3912.61-
YUV170.2373.13144.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.69%
GREEN value IS 177 (69.53% from 255) = 39.86%
BLUE value IS 73 (28.91% from 255) = 16.44%
R=43.69%
G=39.86%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941777300.090.620.2451.5749.7952.35
HexC2B149093E18343234
Octal3022611110117630646264
Binary110000101011000110010010100111111011000110100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B149; }

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

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

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

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

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

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

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

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