#C9B155

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

Shades of Sundance #C9B155

Tints of Sundance #C9B155

Color information

#C9B155 (or 0xC9B155) is unknown color: approx Sundance. HEX triplet: C9, B1 and 55. RGB value is (201,177,85). Sum of RGB (Red+Green+Blue) = 201+177+85=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B155 is #364EAA. Grayscale: #AEAEAE. Windows color (decimal): -3559083 or 5616073. OLE color: 5616073.

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

Color convert

RGB20117785-
CMYK00.120.580.21
HSL47.59º51.79%56.08%-
HSV(B)47.59º57.71%78.82%-
XYZ41.4544.5215-
YUV173.6977.95147.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.41%
GREEN value IS 177 (69.53% from 255) = 38.23%
BLUE value IS 85 (33.59% from 255) = 18.36%
R=43.41%
G=38.23%
B=18.36%

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
Decimal2011778500.120.580.2147.5951.7956.08
HexC9B1550C3A15303438
Octal3112611250147225606470
Binary110010011011000110101010110011101010101110000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B155; }

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

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

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

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

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

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

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

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