#c1af56

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

Shades of Sundance #C1AF56

Tints of Sundance #C1AF56

Color information

#C1AF56 (or 0xC1AF56) is unknown color: approx Sundance. HEX triplet: C1, AF and 56. RGB value is (193,175,86). Sum of RGB (Red+Green+Blue) = 193+175+86=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF56 is #3E50A9. Grayscale: #AAAAAA. Windows color (decimal): -4083882 or 5681089. OLE color: 5681089.

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

Color convert

RGB19317586-
CMYK00.090.550.24
HSL49.91º46.32%54.71%-
HSV(B)49.91º55.44%75.69%-
XYZ3942.6714.98-
YUV170.2480.46144.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.51%
GREEN value IS 175 (68.75% from 255) = 38.55%
BLUE value IS 86 (33.98% from 255) = 18.94%
R=42.51%
G=38.55%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931758600.090.550.2449.9146.3254.71
HexC1AF56093718322e37
Octal3012571260116730625667
Binary110000011010111110101100100111011111000110010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1af56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1af56; }

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

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

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

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

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

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

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

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