#C0AD56

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

Shades of Sundance #C0AD56

Tints of Sundance #C0AD56

Color information

#C0AD56 (or 0xC0AD56) is unknown color: approx Sundance. HEX triplet: C0, AD and 56. RGB value is (192,173,86). Sum of RGB (Red+Green+Blue) = 192+173+86=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD56 is #3F52A9. Grayscale: #A9A9A9. Windows color (decimal): -4149930 or 5680576. OLE color: 5680576.

HSL color Cylindrical-coordinate representation of color #C0AD56: hue angle of 49.25º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0AD56 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19217386-
CMYK00.100.550.25
HSL49.25º45.69%54.51%-
HSV(B)49.25º55.21%75.29%-
XYZ38.3641.7714.84-
YUV168.7681.29144.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.57%
GREEN value IS 173 (67.97% from 255) = 38.36%
BLUE value IS 86 (33.98% from 255) = 19.07%
R=42.57%
G=38.36%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921738600.100.550.2549.2545.6954.51
HexC0AD560A3719312e37
Octal3002551260126731615667
Binary110000001010110110101100101011011111001110001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AD56; }

 p { color: rgb(192,173,86); }

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

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

 a { background-color: rgb(192,173,86); }

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

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

 span { border-color: rgb(192,173,86); }

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