#C1A655

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

Shades of Sundance #C1A655

Tints of Sundance #C1A655

Color information

#C1A655 (or 0xC1A655) is unknown color: approx Sundance. HEX triplet: C1, A6 and 55. RGB value is (193,166,85). Sum of RGB (Red+Green+Blue) = 193+166+85=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A655 is #3E59AA. Grayscale: #A5A5A5. Windows color (decimal): -4086187 or 5613249. OLE color: 5613249.

HSL color Cylindrical-coordinate representation of color #C1A655: hue angle of 45º 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 #C1A655 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19316685-
CMYK00.140.560.24
HSL45º46.55%54.51%-
HSV(B)45º55.96%75.69%-
XYZ37.2739.2714.21-
YUV164.8482.95148.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.47%
GREEN value IS 166 (65.23% from 255) = 37.39%
BLUE value IS 85 (33.59% from 255) = 19.14%
R=43.47%
G=37.39%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931668500.140.560.244546.5554.51
HexC1A6550E38182d2f37
Octal3012461250167030555767
Binary110000011010011010101010111011100011000101101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A655; }

 p { color: rgb(193,166,85); }

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

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

 a { background-color: rgb(193,166,85); }

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

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

 span { border-color: rgb(193,166,85); }

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