#C8A552

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

Shades of Sundance #C8A552

Tints of Sundance #C8A552

Color information

#C8A552 (or 0xC8A552) is unknown color: approx Sundance. HEX triplet: C8, A5 and 52. RGB value is (200,165,82). Sum of RGB (Red+Green+Blue) = 200+165+82=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A552 is #375AAD. Grayscale: #A6A6A6. Windows color (decimal): -3627694 or 5416392. OLE color: 5416392.

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

Color convert

RGB20016582-
CMYK00.180.590.22
HSL42.2º51.75%55.29%-
HSV(B)42.2º59%78.43%-
XYZ38.839.813.62-
YUV16680.6152.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 165 (64.84% from 255) = 36.91%
BLUE value IS 82 (32.42% from 255) = 18.34%
R=44.74%
G=36.91%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001658200.180.590.2242.251.7555.29
HexC8A5520123B162a3437
Octal3102451220227326526467
Binary1100100010100101101001001001011101110110101010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A552; }

 p { color: rgb(200,165,82); }

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

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

 a { background-color: rgb(200,165,82); }

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

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

 span { border-color: rgb(200,165,82); }

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