#C0A756

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

Shades of Sundance #C0A756

Tints of Sundance #C0A756

Color information

#C0A756 (or 0xC0A756) is unknown color: approx Sundance. HEX triplet: C0, A7 and 56. RGB value is (192,167,86). Sum of RGB (Red+Green+Blue) = 192+167+86=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A756 is #3F58A9. Grayscale: #A5A5A5. Windows color (decimal): -4151466 or 5679040. OLE color: 5679040.

HSL color Cylindrical-coordinate representation of color #C0A756: hue angle of 45.85º 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 #C0A756 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19216786-
CMYK00.130.550.25
HSL45.85º45.69%54.51%-
HSV(B)45.85º55.21%75.29%-
XYZ37.2439.5214.47-
YUV165.2483.28147.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.15%
GREEN value IS 167 (65.62% from 255) = 37.53%
BLUE value IS 86 (33.98% from 255) = 19.33%
R=43.15%
G=37.53%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921678600.130.550.2545.8545.6954.51
HexC0A7560D37192e2e37
Octal3002471260156731565667
Binary110000001010011110101100110111011111001101110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A756; }

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

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

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

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

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

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

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

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