#C8A144

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

Shades of Sundance #C8A144

Tints of Sundance #C8A144

Color information

#C8A144 (or 0xC8A144) is unknown color: approx Sundance. HEX triplet: C8, A1 and 44. RGB value is (200,161,68). Sum of RGB (Red+Green+Blue) = 200+161+68=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 68 (26.95% from 255 or 15.85% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A144 is #375EBB. Grayscale: #A2A2A2. Windows color (decimal): -3628732 or 4497864. OLE color: 4497864.

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

Color convert

RGB20016168-
CMYK00.190.660.22
HSL42.27º54.55%52.55%-
HSV(B)42.27º66%78.43%-
XYZ37.6138.1910.86-
YUV162.0674.92155.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 161 (63.28% from 255) = 37.53%
BLUE value IS 68 (26.95% from 255) = 15.85%
R=46.62%
G=37.53%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001616800.190.660.2242.2754.5552.55
HexC8A14401342162a3735
Octal31024110402310226526765
Binary11001000101000011000100010011100001010110101010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A144; }

 p { color: rgb(200,161,68); }

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

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

 a { background-color: rgb(200,161,68); }

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

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

 span { border-color: rgb(200,161,68); }

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