#C8A942

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

Shades of Sundance #C8A942

Tints of Sundance #C8A942

Color information

#C8A942 (or 0xC8A942) is unknown color: approx Sundance. HEX triplet: C8, A9 and 42. RGB value is (200,169,66). Sum of RGB (Red+Green+Blue) = 200+169+66=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A942 is #3756BD. Grayscale: #A6A6A6. Windows color (decimal): -3626686 or 4368840. OLE color: 4368840.

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

Color convert

RGB20016966-
CMYK00.160.670.22
HSL46.12º54.92%52.16%-
HSV(B)46.12º67%78.43%-
XYZ38.9941.0511.02-
YUV166.5371.27151.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.98%
GREEN value IS 169 (66.41% from 255) = 38.85%
BLUE value IS 66 (26.17% from 255) = 15.17%
R=45.98%
G=38.85%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001696600.160.670.2246.1254.9252.16
HexC8A94201043162e3734
Octal31025110202010326566764
Binary11001000101010011000010010000100001110110101110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A942; }

 p { color: rgb(200,169,66); }

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

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

 a { background-color: rgb(200,169,66); }

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

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

 span { border-color: rgb(200,169,66); }

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