#C0A545

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

Shades of Sundance #C0A545

Tints of Sundance #C0A545

Color information

#C0A545 (or 0xC0A545) is unknown color: approx Sundance. HEX triplet: C0, A5 and 45. RGB value is (192,165,69). Sum of RGB (Red+Green+Blue) = 192+165+69=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A545 is #3F5ABA. Grayscale: #A2A2A2. Windows color (decimal): -4151995 or 4564416. OLE color: 4564416.

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

Color convert

RGB19216569-
CMYK00.140.640.25
HSL46.83º49.4%51.18%-
HSV(B)46.83º64.06%75.29%-
XYZ36.2738.5511.16-
YUV162.1375.45149.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.07%
GREEN value IS 165 (64.84% from 255) = 38.73%
BLUE value IS 69 (27.34% from 255) = 16.20%
R=45.07%
G=38.73%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921656900.140.640.2546.8349.451.18
HexC0A5450E40192f3133
Octal30024510501610031576163
Binary1100000010100101100010101110100000011001101111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A545; }

 p { color: rgb(192,165,69); }

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

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

 a { background-color: rgb(192,165,69); }

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

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

 span { border-color: rgb(192,165,69); }

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