#C8A94A

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

Shades of Sundance #C8A94A

Tints of Sundance #C8A94A

Color information

#C8A94A (or 0xC8A94A) is unknown color: approx Sundance. HEX triplet: C8, A9 and 4A. RGB value is (200,169,74). Sum of RGB (Red+Green+Blue) = 200+169+74=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A94A is #3756B5. Grayscale: #A7A7A7. Windows color (decimal): -3626678 or 4893128. OLE color: 4893128.

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

Color convert

RGB20016974-
CMYK00.160.630.22
HSL45.24º53.39%53.73%-
HSV(B)45.24º63%78.43%-
XYZ39.2441.1512.35-
YUV167.4475.27151.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.15%
GREEN value IS 169 (66.41% from 255) = 38.15%
BLUE value IS 74 (29.30% from 255) = 16.70%
R=45.15%
G=38.15%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001697400.160.630.2245.2453.3953.73
HexC8A94A0103F162d3536
Octal3102511120207726556566
Binary1100100010101001100101001000011111110110101101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A94A; }

 p { color: rgb(200,169,74); }

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

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

 a { background-color: rgb(200,169,74); }

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

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

 span { border-color: rgb(200,169,74); }

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