#c8a244

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

Shades of Sundance #C8A244

Tints of Sundance #C8A244

Color information

#C8A244 (or 0xC8A244) is unknown color: approx Sundance. HEX triplet: C8, A2 and 44. RGB value is (200,162,68). Sum of RGB (Red+Green+Blue) = 200+162+68=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A244 is #375DBB. Grayscale: #A3A3A3. Windows color (decimal): -3628476 or 4498120. OLE color: 4498120.

HSL color Cylindrical-coordinate representation of color #C8A244: hue angle of 42.73º 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 #C8A244 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB20016268-
CMYK00.190.660.22
HSL42.73º54.55%52.55%-
HSV(B)42.73º66%78.43%-
XYZ37.7838.5410.92-
YUV162.6574.59154.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.51%
GREEN value IS 162 (63.67% from 255) = 37.67%
BLUE value IS 68 (26.95% from 255) = 15.81%
R=46.51%
G=37.67%
B=15.81%

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
Decimal2001626800.190.660.2242.7354.5552.55
HexC8A24401342162b3735
Octal31024210402310226536765
Binary11001000101000101000100010011100001010110101011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8a244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8a244; }

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

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

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

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

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

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

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

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