#c0b049

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

Shades of Sundance #C0B049

Tints of Sundance #C0B049

Color information

#C0B049 (or 0xC0B049) is unknown color: approx Sundance. HEX triplet: C0, B0 and 49. RGB value is (192,176,73). Sum of RGB (Red+Green+Blue) = 192+176+73=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B049 is #3F4FB6. Grayscale: #A9A9A9. Windows color (decimal): -4149175 or 4829376. OLE color: 4829376.

HSL color Cylindrical-coordinate representation of color #C0B049: hue angle of 51.93º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0B049 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19217673-
CMYK00.080.620.25
HSL51.93º48.57%51.96%-
HSV(B)51.93º61.98%75.29%-
XYZ38.4742.7412.53-
YUV169.0473.8144.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.54%
GREEN value IS 176 (69.14% from 255) = 39.91%
BLUE value IS 73 (28.91% from 255) = 16.55%
R=43.54%
G=39.91%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921767300.080.620.2551.9348.5751.96
HexC0B049083E19343134
Octal3002601110107631646164
Binary110000001011000010010010100011111011001110100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0b049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0b049; }

 p { color: rgb(192,176,73); }

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

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

 a { background-color: rgb(192,176,73); }

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

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

 span { border-color: rgb(192,176,73); }

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