#C8A44A

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

Shades of Sundance #C8A44A

Tints of Sundance #C8A44A

Color information

#C8A44A (or 0xC8A44A) is unknown color: approx Sundance. HEX triplet: C8, A4 and 4A. RGB value is (200,164,74). Sum of RGB (Red+Green+Blue) = 200+164+74=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A44A is #375BB5. Grayscale: #A4A4A4. Windows color (decimal): -3627958 or 4891848. OLE color: 4891848.

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

Color convert

RGB20016474-
CMYK00.180.630.22
HSL42.86º53.39%53.73%-
HSV(B)42.86º63%78.43%-
XYZ38.3339.3212.05-
YUV164.576.93153.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.66%
GREEN value IS 164 (64.45% from 255) = 37.44%
BLUE value IS 74 (29.30% from 255) = 16.89%
R=45.66%
G=37.44%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001647400.180.630.2242.8653.3953.73
HexC8A44A0123F162b3536
Octal3102441120227726536566
Binary1100100010100100100101001001011111110110101011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A44A; }

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

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

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

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

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

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

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

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