#C0A450

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

Shades of Sundance #C0A450

Tints of Sundance #C0A450

Color information

#C0A450 (or 0xC0A450) is unknown color: approx Sundance. HEX triplet: C0, A4 and 50. RGB value is (192,164,80). Sum of RGB (Red+Green+Blue) = 192+164+80=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A450 is #3F5BAF. Grayscale: #A3A3A3. Windows color (decimal): -4152240 or 5285056. OLE color: 5285056.

HSL color Cylindrical-coordinate representation of color #C0A450: hue angle of 45º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0A450 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19216480-
CMYK00.150.580.25
HSL45º47.06%53.33%-
HSV(B)45º58.33%75.29%-
XYZ36.4638.3413.07-
YUV162.881.28148.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 80 (31.64% from 255) = 18.35%
R=44.04%
G=37.61%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921648000.150.580.254547.0653.33
HexC0A4500F3A192d2f35
Octal3002441200177231555765
Binary110000001010010010100000111111101011001101101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A450; }

 p { color: rgb(192,164,80); }

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

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

 a { background-color: rgb(192,164,80); }

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

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

 span { border-color: rgb(192,164,80); }

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