#C8AF47

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

Shades of Sundance #C8AF47

Tints of Sundance #C8AF47

Color information

#C8AF47 (or 0xC8AF47) is unknown color: approx Sundance. HEX triplet: C8, AF and 47. RGB value is (200,175,71). Sum of RGB (Red+Green+Blue) = 200+175+71=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 71 (28.12% from 255 or 15.92% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AF47 is #3750B8. Grayscale: #ABABAB. Windows color (decimal): -3625145 or 4698056. OLE color: 4698056.

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

Color convert

RGB20017571-
CMYK00.120.640.22
HSL48.37º53.97%53.14%-
HSV(B)48.37º64.5%78.43%-
XYZ40.2943.3912.21-
YUV170.6271.78148.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.84%
GREEN value IS 175 (68.75% from 255) = 39.24%
BLUE value IS 71 (28.12% from 255) = 15.92%
R=44.84%
G=39.24%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001757100.120.640.2248.3753.9753.14
HexC8AF470C4016303635
Octal31025710701410026606665
Binary1100100010101111100011101100100000010110110000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AF47; }

 p { color: rgb(200,175,71); }

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

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

 a { background-color: rgb(200,175,71); }

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

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

 span { border-color: rgb(200,175,71); }

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