#C9B156

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

Shades of Sundance #C9B156

Tints of Sundance #C9B156

Color information

#C9B156 (or 0xC9B156) is unknown color: approx Sundance. HEX triplet: C9, B1 and 56. RGB value is (201,177,86). Sum of RGB (Red+Green+Blue) = 201+177+86=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B156 is #364EA9. Grayscale: #AEAEAE. Windows color (decimal): -3559082 or 5681609. OLE color: 5681609.

HSL color Cylindrical-coordinate representation of color #C9B156: hue angle of 47.48º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9B156 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB20117786-
CMYK00.120.570.21
HSL47.48º51.57%56.27%-
HSV(B)47.48º57.21%78.82%-
XYZ41.4944.5315.21-
YUV173.878.45147.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.32%
GREEN value IS 177 (69.53% from 255) = 38.15%
BLUE value IS 86 (33.98% from 255) = 18.53%
R=43.32%
G=38.15%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011778600.120.570.2147.4851.5756.27
HexC9B1560C39152f3438
Octal3112611260147125576470
Binary110010011011000110101100110011100110101101111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B156; }

 p { color: rgb(201,177,86); }

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

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

 a { background-color: rgb(201,177,86); }

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

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

 span { border-color: rgb(201,177,86); }

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