#C0A948

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

Shades of Sundance #C0A948

Tints of Sundance #C0A948

Color information

#C0A948 (or 0xC0A948) is unknown color: approx Sundance. HEX triplet: C0, A9 and 48. RGB value is (192,169,72). Sum of RGB (Red+Green+Blue) = 192+169+72=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A948 is #3F56B7. Grayscale: #A5A5A5. Windows color (decimal): -4150968 or 4762048. OLE color: 4762048.

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

Color convert

RGB19216972-
CMYK00.120.630.25
HSL48.5º48.78%51.76%-
HSV(B)48.5º62.5%75.29%-
XYZ37.140.0511.91-
YUV164.8275.62147.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.34%
GREEN value IS 169 (66.41% from 255) = 39.03%
BLUE value IS 72 (28.52% from 255) = 16.63%
R=44.34%
G=39.03%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921697200.120.630.2548.548.7851.76
HexC0A9480C3F19303134
Octal3002511100147731606164
Binary110000001010100110010000110011111111001110000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A948; }

 p { color: rgb(192,169,72); }

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

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

 a { background-color: rgb(192,169,72); }

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

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

 span { border-color: rgb(192,169,72); }

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