#C4A953

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

Shades of Sundance #C4A953

Tints of Sundance #C4A953

Color information

#C4A953 (or 0xC4A953) is unknown color: approx Sundance. HEX triplet: C4, A9 and 53. RGB value is (196,169,83). Sum of RGB (Red+Green+Blue) = 196+169+83=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A953 is #3B56AC. Grayscale: #A7A7A7. Windows color (decimal): -3888813 or 5482948. OLE color: 5482948.

HSL color Cylindrical-coordinate representation of color #C4A953: hue angle of 45.66º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4A953 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB19616983-
CMYK00.140.580.23
HSL45.66º48.92%54.71%-
HSV(B)45.66º57.65%76.86%-
XYZ38.5140.7414.02-
YUV167.2780.45148.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.75%
GREEN value IS 169 (66.41% from 255) = 37.72%
BLUE value IS 83 (32.81% from 255) = 18.53%
R=43.75%
G=37.72%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961698300.140.580.2345.6648.9254.71
HexC4A9530E3A172e3137
Octal3042511230167227566167
Binary110001001010100110100110111011101010111101110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A953; }

 p { color: rgb(196,169,83); }

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

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

 a { background-color: rgb(196,169,83); }

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

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

 span { border-color: rgb(196,169,83); }

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