#C9B051

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

Shades of Sundance #C9B051

Tints of Sundance #C9B051

Color information

#C9B051 (or 0xC9B051) is unknown color: approx Sundance. HEX triplet: C9, B0 and 51. RGB value is (201,176,81). Sum of RGB (Red+Green+Blue) = 201+176+81=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 81 (32.03% from 255 or 17.69% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B051 is #364FAE. Grayscale: #ADADAD. Windows color (decimal): -3559343 or 5353673. OLE color: 5353673.

HSL color Cylindrical-coordinate representation of color #C9B051: hue angle of 47.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9B051 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20117681-
CMYK00.120.600.21
HSL47.5º52.63%55.29%-
HSV(B)47.5º59.7%78.82%-
XYZ41.144.0614.12-
YUV172.6476.28148.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.89%
GREEN value IS 176 (69.14% from 255) = 38.43%
BLUE value IS 81 (32.03% from 255) = 17.69%
R=43.89%
G=38.43%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011768100.120.600.2147.552.6355.29
HexC9B0510C3C15303537
Octal3112601210147425606567
Binary110010011011000010100010110011110010101110000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B051; }

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

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

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

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

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

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

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

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