#c0ae46

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

Shades of Sundance #C0AE46

Tints of Sundance #C0AE46

Color information

#C0AE46 (or 0xC0AE46) is unknown color: approx Sundance. HEX triplet: C0, AE and 46. RGB value is (192,174,70). Sum of RGB (Red+Green+Blue) = 192+174+70=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AE46 is #3F51B9. Grayscale: #A7A7A7. Windows color (decimal): -4149690 or 4632256. OLE color: 4632256.

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

Color convert

RGB19217470-
CMYK00.090.640.25
HSL51.15º49.19%51.37%-
HSV(B)51.15º63.54%75.29%-
XYZ37.9841.9211.88-
YUV167.5372.96145.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 174 (68.36% from 255) = 39.91%
BLUE value IS 70 (27.73% from 255) = 16.06%
R=44.04%
G=39.91%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921747000.090.640.2551.1549.1951.37
HexC0AE46094019333133
Octal30025610601110031636163
Binary1100000010101110100011001001100000011001110011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0ae46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0ae46; }

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

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

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

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

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

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

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

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