#C0A74D

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

Shades of Sundance #C0A74D

Tints of Sundance #C0A74D

Color information

#C0A74D (or 0xC0A74D) is unknown color: approx Sundance. HEX triplet: C0, A7 and 4D. RGB value is (192,167,77). Sum of RGB (Red+Green+Blue) = 192+167+77=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A74D is #3F58B2. Grayscale: #A4A4A4. Windows color (decimal): -4151475 or 5089216. OLE color: 5089216.

HSL color Cylindrical-coordinate representation of color #C0A74D: hue angle of 46.96º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0A74D is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19216777-
CMYK00.130.600.25
HSL46.96º47.72%52.75%-
HSV(B)46.96º59.9%75.29%-
XYZ36.939.3812.68-
YUV164.2278.78147.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 167 (65.62% from 255) = 38.30%
BLUE value IS 77 (30.47% from 255) = 17.66%
R=44.04%
G=38.30%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921677700.130.600.2546.9647.7252.75
HexC0A74D0D3C192f3035
Octal3002471150157431576065
Binary110000001010011110011010110111110011001101111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A74D; }

 p { color: rgb(192,167,77); }

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

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

 a { background-color: rgb(192,167,77); }

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

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

 span { border-color: rgb(192,167,77); }

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