#C8A451

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

Shades of Sundance #C8A451

Tints of Sundance #C8A451

Color information

#C8A451 (or 0xC8A451) is unknown color: approx Sundance. HEX triplet: C8, A4 and 51. RGB value is (200,164,81). Sum of RGB (Red+Green+Blue) = 200+164+81=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A451 is #375BAE. Grayscale: #A5A5A5. Windows color (decimal): -3627951 or 5350600. OLE color: 5350600.

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

Color convert

RGB20016481-
CMYK00.180.590.22
HSL41.85º51.97%55.1%-
HSV(B)41.85º59.5%78.43%-
XYZ38.5839.4213.36-
YUV165.380.43152.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.94%
GREEN value IS 164 (64.45% from 255) = 36.85%
BLUE value IS 81 (32.03% from 255) = 18.20%
R=44.94%
G=36.85%
B=18.20%

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
Decimal2001648100.180.590.2241.8551.9755.1
HexC8A4510123B162a3437
Octal3102441210227326526467
Binary1100100010100100101000101001011101110110101010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A451; }

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

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

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

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

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

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

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

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