#C8A546

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

Shades of Sundance #C8A546

Tints of Sundance #C8A546

Color information

#C8A546 (or 0xC8A546) is unknown color: approx Sundance. HEX triplet: C8, A5 and 46. RGB value is (200,165,70). Sum of RGB (Red+Green+Blue) = 200+165+70=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A546 is #375AB9. Grayscale: #A5A5A5. Windows color (decimal): -3627706 or 4629960. OLE color: 4629960.

HSL color Cylindrical-coordinate representation of color #C8A546: hue angle of 43.85º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8A546 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB20016570-
CMYK00.180.650.22
HSL43.85º54.17%52.94%-
HSV(B)43.85º65%78.43%-
XYZ38.3839.6311.42-
YUV164.6374.6153.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.98%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 70 (27.73% from 255) = 16.09%
R=45.98%
G=37.93%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001657000.180.650.2243.8554.1752.94
HexC8A54601241162c3635
Octal31024510602210126546665
Binary11001000101001011000110010010100000110110101100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A546; }

 p { color: rgb(200,165,70); }

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

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

 a { background-color: rgb(200,165,70); }

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

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

 span { border-color: rgb(200,165,70); }

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