#C9B048

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

Shades of Sundance #C9B048

Tints of Sundance #C9B048

Color information

#C9B048 (or 0xC9B048) is unknown color: approx Sundance. HEX triplet: C9, B0 and 48. RGB value is (201,176,72). Sum of RGB (Red+Green+Blue) = 201+176+72=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B048 is #364FB7. Grayscale: #ACACAC. Windows color (decimal): -3559352 or 4763849. OLE color: 4763849.

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

Color convert

RGB20117672-
CMYK00.120.640.21
HSL48.37º54.43%53.53%-
HSV(B)48.37º64.18%78.82%-
XYZ40.7843.9412.46-
YUV171.6271.78148.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.77%
GREEN value IS 176 (69.14% from 255) = 39.20%
BLUE value IS 72 (28.52% from 255) = 16.04%
R=44.77%
G=39.20%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011767200.120.640.2148.3754.4353.53
HexC9B0480C4015303636
Octal31126011001410025606666
Binary1100100110110000100100001100100000010101110000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B048; }

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

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

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

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

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

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

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

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