#C8A04F

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

Shades of Sundance #C8A04F

Tints of Sundance #C8A04F

Color information

#C8A04F (or 0xC8A04F) is unknown color: approx Sundance. HEX triplet: C8, A0 and 4F. RGB value is (200,160,79). Sum of RGB (Red+Green+Blue) = 200+160+79=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A04F is #375FB0. Grayscale: #A3A3A3. Windows color (decimal): -3628977 or 5218504. OLE color: 5218504.

HSL color Cylindrical-coordinate representation of color #C8A04F: hue angle of 40.17º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8A04F is Cyan = 0, Magento = 0.2, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB20016079-
CMYK00.20.600.22
HSL40.17º52.38%54.71%-
HSV(B)40.17º60.5%78.43%-
XYZ37.837.9912.74-
YUV162.7380.75154.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.56%
GREEN value IS 160 (62.89% from 255) = 36.45%
BLUE value IS 79 (31.25% from 255) = 18.00%
R=45.56%
G=36.45%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001607900.20.600.2240.1752.3854.71
HexC8A04F0143C16283437
Octal3102401170247426506467
Binary1100100010100000100111101010011110010110101000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A04F; }

 p { color: rgb(200,160,79); }

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

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

 a { background-color: rgb(200,160,79); }

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

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

 span { border-color: rgb(200,160,79); }

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