#C8A844

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

Shades of Sundance #C8A844

Tints of Sundance #C8A844

Color information

#C8A844 (or 0xC8A844) is unknown color: approx Sundance. HEX triplet: C8, A8 and 44. RGB value is (200,168,68). Sum of RGB (Red+Green+Blue) = 200+168+68=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 68 (26.95% from 255 or 15.60% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A844 is #3757BB. Grayscale: #A6A6A6. Windows color (decimal): -3626940 or 4499656. OLE color: 4499656.

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

Color convert

RGB20016868-
CMYK00.160.660.22
HSL45.45º54.55%52.55%-
HSV(B)45.45º66%78.43%-
XYZ38.8740.711.28-
YUV166.1772.6152.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.87%
GREEN value IS 168 (66.02% from 255) = 38.53%
BLUE value IS 68 (26.95% from 255) = 15.60%
R=45.87%
G=38.53%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001686800.160.660.2245.4554.5552.55
HexC8A84401042162d3735
Octal31025010402010226556765
Binary11001000101010001000100010000100001010110101101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A844; }

 p { color: rgb(200,168,68); }

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

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

 a { background-color: rgb(200,168,68); }

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

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

 span { border-color: rgb(200,168,68); }

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