#C8AB43

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

Shades of Sundance #C8AB43

Tints of Sundance #C8AB43

Color information

#C8AB43 (or 0xC8AB43) is unknown color: approx Sundance. HEX triplet: C8, AB and 43. RGB value is (200,171,67). Sum of RGB (Red+Green+Blue) = 200+171+67=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 67 (26.56% from 255 or 15.30% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AB43 is #3754BC. Grayscale: #A8A8A8. Windows color (decimal): -3626173 or 4434888. OLE color: 4434888.

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

Color convert

RGB20017167-
CMYK00.140.660.22
HSL46.92º54.73%52.35%-
HSV(B)46.92º66.5%78.43%-
XYZ39.441.8111.3-
YUV167.8271.11150.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.66%
GREEN value IS 171 (67.19% from 255) = 39.04%
BLUE value IS 67 (26.56% from 255) = 15.30%
R=45.66%
G=39.04%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001716700.140.660.2246.9254.7352.35
HexC8AB430E42162f3734
Octal31025310301610226576764
Binary1100100010101011100001101110100001010110101111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AB43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AB43; }

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

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

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

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

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

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

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

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