#C8A343

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

Shades of Sundance #C8A343

Tints of Sundance #C8A343

Color information

#C8A343 (or 0xC8A343) is unknown color: approx Sundance. HEX triplet: C8, A3 and 43. RGB value is (200,163,67). Sum of RGB (Red+Green+Blue) = 200+163+67=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A343 is #375CBC. Grayscale: #A3A3A3. Windows color (decimal): -3628221 or 4432840. OLE color: 4432840.

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

Color convert

RGB20016367-
CMYK00.180.660.22
HSL43.31º54.73%52.35%-
HSV(B)43.31º66.5%78.43%-
XYZ37.9338.8810.82-
YUV163.1273.76154.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.51%
GREEN value IS 163 (64.06% from 255) = 37.91%
BLUE value IS 67 (26.56% from 255) = 15.58%
R=46.51%
G=37.91%
B=15.58%

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
Decimal2001636700.180.660.2243.3154.7352.35
HexC8A34301242162b3734
Octal31024310302210226536764
Binary11001000101000111000011010010100001010110101011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A343; }

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

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

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

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

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

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

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

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