#C0AC48

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

Shades of Sundance #C0AC48

Tints of Sundance #C0AC48

Color information

#C0AC48 (or 0xC0AC48) is unknown color: approx Sundance. HEX triplet: C0, AC and 48. RGB value is (192,172,72). Sum of RGB (Red+Green+Blue) = 192+172+72=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 72 (28.52% from 255 or 16.51% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC48 is #3F53B7. Grayscale: #A6A6A6. Windows color (decimal): -4150200 or 4762816. OLE color: 4762816.

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

Color convert

RGB19217272-
CMYK00.100.630.25
HSL50º48.78%51.76%-
HSV(B)50º62.5%75.29%-
XYZ37.6641.1812.09-
YUV166.5874.63146.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 172 (67.58% from 255) = 39.45%
BLUE value IS 72 (28.52% from 255) = 16.51%
R=44.04%
G=39.45%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921727200.100.630.255048.7851.76
HexC0AC480A3F19323134
Octal3002541100127731626164
Binary110000001010110010010000101011111111001110010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AC48; }

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

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

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

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

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

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

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

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