#C9B054

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

Shades of Sundance #C9B054

Tints of Sundance #C9B054

Color information

#C9B054 (or 0xC9B054) is unknown color: approx Sundance. HEX triplet: C9, B0 and 54. RGB value is (201,176,84). Sum of RGB (Red+Green+Blue) = 201+176+84=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B054 is #364FAB. Grayscale: #ADADAD. Windows color (decimal): -3559340 or 5550281. OLE color: 5550281.

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

Color convert

RGB20117684-
CMYK00.120.580.21
HSL47.18º52%55.88%-
HSV(B)47.18º58.21%78.82%-
XYZ41.2144.1114.73-
YUV172.9977.78147.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.60%
GREEN value IS 176 (69.14% from 255) = 38.18%
BLUE value IS 84 (33.20% from 255) = 18.22%
R=43.60%
G=38.18%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011768400.120.580.2147.185255.88
HexC9B0540C3A152f3438
Octal3112601240147225576470
Binary110010011011000010101000110011101010101101111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B054; }

 p { color: rgb(201,176,84); }

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

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

 a { background-color: rgb(201,176,84); }

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

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

 span { border-color: rgb(201,176,84); }

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