#C1A956

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

Shades of Sundance #C1A956

Tints of Sundance #C1A956

Color information

#C1A956 (or 0xC1A956) is unknown color: approx Sundance. HEX triplet: C1, A9 and 56. RGB value is (193,169,86). Sum of RGB (Red+Green+Blue) = 193+169+86=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A956 is #3E56A9. Grayscale: #A7A7A7. Windows color (decimal): -4085418 or 5679553. OLE color: 5679553.

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

Color convert

RGB19316986-
CMYK00.120.550.24
HSL46.54º46.32%54.71%-
HSV(B)46.54º55.44%75.69%-
XYZ37.8640.3914.6-
YUV166.7182.45146.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.08%
GREEN value IS 169 (66.41% from 255) = 37.72%
BLUE value IS 86 (33.98% from 255) = 19.20%
R=43.08%
G=37.72%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931698600.120.550.2446.5446.3254.71
HexC1A9560C37182f2e37
Octal3012511260146730575667
Binary110000011010100110101100110011011111000101111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A956; }

 p { color: rgb(193,169,86); }

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

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

 a { background-color: rgb(193,169,86); }

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

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

 span { border-color: rgb(193,169,86); }

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