#C9B351

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

Shades of Sundance #C9B351

Tints of Sundance #C9B351

Color information

#C9B351 (or 0xC9B351) is unknown color: approx Sundance. HEX triplet: C9, B3 and 51. RGB value is (201,179,81). Sum of RGB (Red+Green+Blue) = 201+179+81=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B351 is #364CAE. Grayscale: #AEAEAE. Windows color (decimal): -3558575 or 5354441. OLE color: 5354441.

HSL color Cylindrical-coordinate representation of color #C9B351: hue angle of 49º 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 #C9B351 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20117981-
CMYK00.110.600.21
HSL49º52.63%55.29%-
HSV(B)49º59.7%78.82%-
XYZ41.6945.2514.32-
YUV174.4175.29146.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.60%
GREEN value IS 179 (70.31% from 255) = 38.83%
BLUE value IS 81 (32.03% from 255) = 17.57%
R=43.60%
G=38.83%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011798100.110.600.214952.6355.29
HexC9B3510B3C15313537
Octal3112631210137425616567
Binary110010011011001110100010101111110010101110001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B351; }

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

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

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

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

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

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

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

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