#C0AE55

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

Shades of Sundance #C0AE55

Tints of Sundance #C0AE55

Color information

#C0AE55 (or 0xC0AE55) is unknown color: approx Sundance. HEX triplet: C0, AE and 55. RGB value is (192,174,85). Sum of RGB (Red+Green+Blue) = 192+174+85=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE55 is #3F51AA. Grayscale: #A9A9A9. Windows color (decimal): -4149675 or 5615296. OLE color: 5615296.

HSL color Cylindrical-coordinate representation of color #C0AE55: hue angle of 49.91º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0AE55 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19217485-
CMYK00.090.560.25
HSL49.91º45.92%54.31%-
HSV(B)49.91º55.73%75.29%-
XYZ38.5142.1314.7-
YUV169.2480.46144.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.57%
GREEN value IS 174 (68.36% from 255) = 38.58%
BLUE value IS 85 (33.59% from 255) = 18.85%
R=42.57%
G=38.58%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921748500.090.560.2549.9145.9254.31
HexC0AE55093819322e36
Octal3002561250117031625666
Binary110000001010111010101010100111100011001110010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AE55; }

 p { color: rgb(192,174,85); }

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

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

 a { background-color: rgb(192,174,85); }

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

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

 span { border-color: rgb(192,174,85); }

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