#C0A848

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

Shades of Sundance #C0A848

Tints of Sundance #C0A848

Color information

#C0A848 (or 0xC0A848) is unknown color: approx Sundance. HEX triplet: C0, A8 and 48. RGB value is (192,168,72). Sum of RGB (Red+Green+Blue) = 192+168+72=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A848 is #3F57B7. Grayscale: #A4A4A4. Windows color (decimal): -4151224 or 4761792. OLE color: 4761792.

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

Color convert

RGB19216872-
CMYK00.120.630.25
HSL48º48.78%51.76%-
HSV(B)48º62.5%75.29%-
XYZ36.9139.6811.84-
YUV164.2375.95147.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.44%
GREEN value IS 168 (66.02% from 255) = 38.89%
BLUE value IS 72 (28.52% from 255) = 16.67%
R=44.44%
G=38.89%
B=16.67%

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
Decimal1921687200.120.630.254848.7851.76
HexC0A8480C3F19303134
Octal3002501100147731606164
Binary110000001010100010010000110011111111001110000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A848; }

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

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

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

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

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

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

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

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