#C8A443

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

Shades of Sundance #C8A443

Tints of Sundance #C8A443

Color information

#C8A443 (or 0xC8A443) is unknown color: approx Sundance. HEX triplet: C8, A4 and 43. RGB value is (200,164,67). Sum of RGB (Red+Green+Blue) = 200+164+67=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 67 (26.56% from 255 or 15.55% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A443 is #375BBC. Grayscale: #A4A4A4. Windows color (decimal): -3627965 or 4433096. OLE color: 4433096.

HSL color Cylindrical-coordinate representation of color #C8A443: hue angle of 43.76º 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 #C8A443 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB20016467-
CMYK00.180.660.22
HSL43.76º54.73%52.35%-
HSV(B)43.76º66.5%78.43%-
XYZ38.1139.2410.87-
YUV163.7173.43153.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.40%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 67 (26.56% from 255) = 15.55%
R=46.40%
G=38.05%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001646700.180.660.2243.7654.7352.35
HexC8A44301242162c3734
Octal31024410302210226546764
Binary11001000101001001000011010010100001010110101100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A443; }

 p { color: rgb(200,164,67); }

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

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

 a { background-color: rgb(200,164,67); }

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

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

 span { border-color: rgb(200,164,67); }

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