#C2A955

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

Shades of Sundance #C2A955

Tints of Sundance #C2A955

Color information

#C2A955 (or 0xC2A955) is unknown color: approx Sundance. HEX triplet: C2, A9 and 55. RGB value is (194,169,85). Sum of RGB (Red+Green+Blue) = 194+169+85=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A955 is #3D56AA. Grayscale: #A7A7A7. Windows color (decimal): -4019883 or 5614018. OLE color: 5614018.

HSL color Cylindrical-coordinate representation of color #C2A955: hue angle of 46.24º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2A955 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19416985-
CMYK00.130.560.24
HSL46.24º47.19%54.71%-
HSV(B)46.24º56.19%76.08%-
XYZ38.0840.514.41-
YUV166.981.78147.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 169 (66.41% from 255) = 37.72%
BLUE value IS 85 (33.59% from 255) = 18.97%
R=43.30%
G=37.72%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941698500.130.560.2446.2447.1954.71
HexC2A9550D38182e2f37
Octal3022511250157030565767
Binary110000101010100110101010110111100011000101110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A955; }

 p { color: rgb(194,169,85); }

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

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

 a { background-color: rgb(194,169,85); }

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

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

 span { border-color: rgb(194,169,85); }

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